Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class ComponentTest extends TestCase |
||
11 | { |
||
12 | /** |
||
13 | * @expectedException \Exception |
||
14 | * @expectedExceptionMessage Not implemented yet. |
||
15 | * @runInSeparateProcess |
||
16 | * @preserveGlobalState disabled |
||
17 | */ |
||
18 | public function testParse() |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @expectedException \Exception |
||
25 | * @expectedExceptionMessage Not implemented yet. |
||
26 | */ |
||
27 | public function testBuild() |
||
32 |