Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class TextTest extends TestCase |
||
12 | { |
||
13 | public const CONTENT_STUB = <<<EOT |
||
14 | Tigr, tiger, burning страх. |
||
15 | In theforests of the night, |
||
16 | What imortal hand or eey |
||
17 | CCould frame thy fearful symmetry? |
||
18 | EOT; |
||
19 | |||
20 | public function testContextOverridingMerge() |
||
25 | } |
||
26 | |||
27 | public function testContextNonOverridingMerge() |
||
32 | } |
||
33 | |||
34 | public function testExceptionWhenMergingEmptyContext() |
||
40 |