File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ This is very tiny wrapper for PHPUnit assertions, that are aimed to make tests a
77With [ BDD] [ 3 ] assertions influenced by [ Chai] [ 4 ] , [ Jasmine] [ 5 ] , and [ RSpec] [ 6 ] your assertions would be a bit closer to natural language.
88
99[ ![ Build Status] ( https://travis-ci.org/Codeception/Verify.png?branch=master )] ( https://travis-ci.org/Codeception/Verify )
10+ [ ![ Latest Stable Version] ( https://poser.pugx.org/codeception/verify/v/stable )] ( https://packagist.org/packages/codeception/verify )
11+ [ ![ Total Downloads] ( https://poser.pugx.org/codeception/verify/downloads )] ( https://packagist.org/packages/codeception/verify )
1012
1113``` php
1214$user = User::find(1);
@@ -104,7 +106,7 @@ class MyVerify extends \Codeception\Verify {
104106}
105107```
106108
107- Set the class name to ` Codeception\Verify::override ` property to ` verify ` function use it:
109+ Set the class name to ` Codeception\Verify::$ override ` property to ` verify ` function use it:
108110
109111``` php
110112
You can’t perform that action at this time.
0 commit comments