| 1 | <?php declare(strict_types=1); |
||
| 22 | final class DocblocksWithAnnotationsTest extends TestCase |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Call Mockery::close after each test. |
||
| 26 | */ |
||
| 27 | public function tearDown(): void |
||
| 31 | |||
| 32 | public function testDocblockWithAnnotations(): void |
||
| 47 | |||
| 48 | public function testDocblockWithAnnotationHavingZeroValue(): void |
||
| 61 | } |
||
| 62 |