Skip to content

Commit 6966a47

Browse files
committed
Update README.md
1 parent 359ba94 commit 6966a47

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,8 @@ public function testPrepareCreatesPreparedStatement() : void
216216
}
217217
```
218218

219-
> *Note*
220-
>
221-
> If you're interested in how to create and register your own annotations and requirements,
222-
> please refer to the `rybakit/phpunit-extras` [README](https://github.com/rybakit/phpunit-extras).
219+
> *If you're interested in how to create and register your own annotations and requirements,
220+
> please refer to the `rybakit/phpunit-extras` [README](https://github.com/rybakit/phpunit-extras).*
223221
224222

225223
## Expectations
@@ -314,10 +312,8 @@ final class MyTest extends TestCase
314312
}
315313
```
316314

317-
> *Note*
318-
>
319-
> If your test cases extend the `Tarantool\PhpUnit\TestCase` class, this step is not needed
320-
> because the trait is already included in that class.
315+
> *If your test cases extend the `Tarantool\PhpUnit\TestCase` class, this step is not needed
316+
> because the trait is already included in that class.*
321317
322318
A dummy client object can be created as follows:
323319

0 commit comments

Comments
 (0)