| 1 | <?php |
||
| 14 | class JsonLdStringFormatterTest extends JsonLdFormatterTestBase { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @see JsonLdFormatterTestBase::validProvider |
||
| 18 | */ |
||
| 19 | public function validProvider() { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @see JsonLdFormatterTestBase::getInstance |
||
| 30 | */ |
||
| 31 | protected function getInstance(FormatterOptions $options = null) { |
||
| 34 | } |
||
| 35 |