You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,17 +82,6 @@ With Composer:
82
82
83
83
Use in any test `verify` function instead of `$this->assert*` methods.
84
84
85
-
## Aliases
86
-
87
-
Functions `v` and `e` available as short-hand aliases:
88
-
89
-
```php
90
-
<?php
91
-
v("hello")->equals("hello");
92
-
e("hello")->equals("hello");
93
-
?>
94
-
```
95
-
96
85
## Extending
97
86
98
87
`Codeception\Verify` class can be extended with custom assertions. You write your own`verify` function that would instantiate your extended version of Verify class.
0 commit comments