Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class HtmlTest extends TestCase |
||
9 | { |
||
10 | public function testCsvWithAngleBracket() |
||
15 | } |
||
16 | |||
17 | public function providerCanReadVerySmallFile() |
||
26 | ]; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @dataProvider providerCanReadVerySmallFile |
||
31 | * |
||
32 | * @param bool $expected |
||
33 | * @param string $content |
||
34 | */ |
||
35 | public function testCanReadVerySmallFile($expected, $content) |
||
47 |