1 | <?php |
||
13 | class ExampleFinderTest extends TestCase |
||
14 | { |
||
15 | /** @var ExampleFinder */ |
||
16 | private $fixture; |
||
17 | |||
18 | /** |
||
19 | * Call Mockery::close after each test. |
||
20 | */ |
||
21 | public function tearDown() |
||
25 | |||
26 | public function setUp() |
||
30 | |||
31 | /** |
||
32 | * @covers ::find |
||
33 | * @covers ::getSourceDirectory |
||
34 | * @uses \phpDocumentor\Reflection\DocBlock\Tags\Example |
||
35 | * @uses \phpDocumentor\Reflection\DocBlock\Description |
||
36 | */ |
||
37 | public function testFileNotFound() |
||
42 | } |
||
43 |