Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Nov 12, 2017
1 parent 71b82f7 commit a5c7552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -110,7 +110,7 @@ Set the class name to `Codeception\Verify::$override` property to `verify` funct

```php

\Codeception\Verify::override = MyVerify::class;
\Codeception\Verify::$override = MyVerify::class;

// access overridden class
verify('it works')->success();
Expand Down

0 comments on commit a5c7552

Please sign in to comment.