| 1 | <?php |
||
| 19 | class JSONScriptTestCaseRunnerSemanticImageCaptionTest extends JSONScriptServicesTestCaseRunner { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @var Hooks |
||
| 23 | */ |
||
| 24 | private $hooks; |
||
| 25 | |||
| 26 | protected function setUp() : void { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @see JSONScriptServicesTestCaseRunner::runTestAssertionForType |
||
| 35 | */ |
||
| 36 | protected function runTestAssertionForType( string $type ) : bool { |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @see JSONScriptTestCaseRunner::getTestCaseLocation |
||
| 42 | * @return string |
||
| 43 | */ |
||
| 44 | protected function getTestCaseLocation() { |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @see JSONScriptTestCaseRunner::getRequiredJsonTestCaseMinVersion |
||
| 50 | * @return string |
||
| 51 | */ |
||
| 52 | protected function getRequiredJsonTestCaseMinVersion() { |
||
| 55 | |||
| 56 | /** |
||
| 57 | * @see JSONScriptTestCaseRunner::getPermittedSettings |
||
| 58 | */ |
||
| 59 | protected function getPermittedSettings() { |
||
| 70 | |||
| 71 | } |
||
| 72 |