Total Complexity | 7 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
19 | class TermsTest extends _TermsTest |
||
20 | { |
||
21 | public static function getDataFactory(): iDataFactory |
||
22 | { |
||
23 | return new DataFactory(); |
||
24 | } |
||
25 | |||
26 | public function testLiteralWith(): void |
||
27 | { |
||
28 | $this->markTestSkipped('Function to test not implemented yet.'); |
||
29 | } |
||
30 | |||
31 | public function testQuadWith(): void |
||
32 | { |
||
33 | $this->markTestSkipped('Function to test not implemented yet.'); |
||
34 | } |
||
35 | |||
36 | public function testQuadTemplate(): void |
||
37 | { |
||
38 | $this->markTestSkipped('Function to test not implemented yet.'); |
||
39 | } |
||
40 | |||
41 | public function testQuadTemplateQuad(): void |
||
44 | } |
||
45 | |||
46 | public function testQuadTemplateWith(): void |
||
47 | { |
||
48 | $this->markTestSkipped('Function to test not implemented yet.'); |
||
49 | } |
||
50 | |||
51 | public function testQuadTemplateExceptions(): void |
||
54 | } |
||
55 | } |
||
56 |