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
216
216
}
217
217
```
218
218
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 ) .*
223
221
224
222
225
223
## Expectations
@@ -314,10 +312,8 @@ final class MyTest extends TestCase
314
312
}
315
313
```
316
314
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.*
321
317
322
318
A dummy client object can be created as follows:
323
319
You can’t perform that action at this time.
0 commit comments