Skip to content

Commit 2b2972a

Browse files
committed
Verify 2.1
* Added new expect-toBe and expect-notTo BDD Syntax.
1 parent d7cf443 commit 2b2972a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ With [BDD][3] assertions influenced by [Chai][4], [Jasmine][5], and [RSpec][6] y
2121
composer require codeception/verify --dev
2222
```
2323

24-
> :arrow_up: **Upgrade from 1.x by following [the upgrade guide.][9]**
24+
> :arrow_up: **Upgrade from 1.x by following [the upgrade guide.][10]**
2525
2626

2727
## Usage
@@ -91,7 +91,7 @@ expect($user->getNumPosts())
9191
->toBeInt()
9292
->toEqual(5, 'user have 5 posts');
9393
```
94-
> :page_facing_up: **See Expectations full list [here.][7]**
94+
> :page_facing_up: **See Expectations full list [here.][8]**
9595
>
9696
Or `verify_that` which is just an alias function:
9797

@@ -136,7 +136,7 @@ $myVerify::Mixed('this also')->notEquals('works');
136136

137137
## License
138138

139-
Verify is open-sourced software licensed under the [MIT][8] License.
139+
Verify is open-sourced software licensed under the [MIT][9] License.
140140
© Codeception PHP Testing Framework
141141

142142
[1]: https://phpunit.de/
@@ -146,5 +146,6 @@ Verify is open-sourced software licensed under the [MIT][8] License.
146146
[5]: http://jasmine.github.io/
147147
[6]: http://rspec.info/
148148
[7]: /docs/supported_verifiers.md
149-
[8]: /LICENSE
150-
[9]: /UPGRADE.md
149+
[8]: /docs/supported_expectations.md
150+
[9]: /LICENSE
151+
[10]: /UPGRADE.md

0 commit comments

Comments
 (0)