Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class DecoderUtilsTest extends TestCase |
||
13 | { |
||
14 | /** |
||
15 | * @dataProvider dataForExtractFormatFromContentType |
||
16 | * @param $contentType |
||
17 | */ |
||
18 | public function testExtractFormatFromContentType($contentType, $format) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return array |
||
25 | */ |
||
26 | public function dataForExtractFormatFromContentType() |
||
34 |