Total Complexity | 3 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class PhanTextTest extends TestCase |
||
8 | { |
||
9 | /** @var PhanText */ |
||
10 | protected $phan; |
||
11 | protected function setUp() |
||
12 | { |
||
13 | parent::setUp(); |
||
14 | $this->phan = new PhanText(__DIR__ . '/../fixtures/phan.txt'); |
||
15 | } |
||
16 | |||
17 | public function testOutput() |
||
32 | ); |
||
33 | } |
||
34 | |||
35 | public function testNotFoundFile() |
||
38 | } |
||
39 | } |
||
40 |