| 1 | <?php |
||
| 11 | class ExampleFinderTest extends \PHPUnit_Framework_TestCase |
||
| 12 | { |
||
| 13 | /** @var ExampleFinder */ |
||
| 14 | private $fixture; |
||
| 15 | |||
| 16 | public function setUp() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @covers ::find |
||
| 23 | * @covers ::getSourceDirectory |
||
| 24 | * @uses \phpDocumentor\Reflection\DocBlock\Tags\Example |
||
| 25 | * @uses \phpDocumentor\Reflection\DocBlock\Description |
||
| 26 | */ |
||
| 27 | public function testFileNotFound() |
||
| 32 | } |
||
| 33 |