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 f45b390 commit 71b82f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -7,6 +7,8 @@ This is very tiny wrapper for PHPUnit assertions, that are aimed to make tests a
With [BDD][3] assertions influenced by [Chai][4], [Jasmine][5], and [RSpec][6] your assertions would be a bit closer to natural language.

[![Build Status](https://travis-ci.org/Codeception/Verify.png?branch=master)](https://travis-ci.org/Codeception/Verify)
[![Latest Stable Version](https://poser.pugx.org/codeception/verify/v/stable)](https://packagist.org/packages/codeception/verify)
[![Total Downloads](https://poser.pugx.org/codeception/verify/downloads)](https://packagist.org/packages/codeception/verify)

```php
$user = User::find(1);
Expand Down Expand Up @@ -104,7 +106,7 @@ class MyVerify extends \Codeception\Verify {
}
```

Set the class name to `Codeception\Verify::override` property to `verify` function use it:
Set the class name to `Codeception\Verify::$override` property to `verify` function use it:

```php

Expand Down

0 comments on commit 71b82f7

Please sign in to comment.