1 | <?php |
||
18 | class StringFormatterTest extends ValueFormatterTestBase { |
||
19 | |||
20 | /** |
||
21 | * @see ValueFormatterTestBase::getInstance |
||
22 | * |
||
23 | * @param FormatterOptions|null $options |
||
24 | * |
||
25 | * @return StringFormatter |
||
26 | */ |
||
27 | protected function getInstance( FormatterOptions $options = null ) { |
||
30 | |||
31 | /** |
||
32 | * @see ValueFormatterTestBase::validProvider |
||
33 | */ |
||
34 | public function validProvider() { |
||
51 | |||
52 | } |
||
53 |