Skip to content

Commit 71b82f7

Browse files
authored
Update README.md
1 parent f45b390 commit 71b82f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This is very tiny wrapper for PHPUnit assertions, that are aimed to make tests a
77
With [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

0 commit comments

Comments
 (0)