Skip to content

Commit 2189762

Browse files
committed
removed aliases from docs
1 parent 66e5074 commit 2189762

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,6 @@ With Composer:
8282

8383
Use in any test `verify` function instead of `$this->assert*` methods.
8484

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-
9685
## Extending
9786

9887
`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

Comments
 (0)