1 | <?php |
||
15 | class JsonLdTimeFormatterTest extends JsonLdFormatterTestBase { |
||
16 | |||
17 | /** |
||
18 | * @see JsonLdFormatterTestBase::validProvider |
||
19 | */ |
||
20 | public function validProvider() { |
||
32 | |||
33 | /** |
||
34 | * @see JsonLdFormatterTestBase::getInstance |
||
35 | */ |
||
36 | protected function getInstance(FormatterOptions $options = null) { |
||
42 | } |
||
43 |