1 | <?php |
||
8 | class DateFormatterTest extends \PHPUnit_Framework_TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @param string $expected |
||
12 | * @param string $format |
||
13 | * |
||
14 | * @dataProvider testGetDateFormatDataProvider |
||
15 | */ |
||
16 | public function testFormat($expected, $format) |
||
26 | |||
27 | /** |
||
28 | * @return [] |
||
|
|||
29 | */ |
||
30 | public function testGetDateFormatDataProvider() |
||
56 | } |
||
57 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.