File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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
322318A dummy client object can be created as follows:
323319
You can’t perform that action at this time.
0 commit comments