1 | <?php |
||
14 | class RegressionTest extends DataTestCase |
||
15 | { |
||
16 | /** |
||
17 | * @dataProvider fileDataProvider |
||
18 | * |
||
19 | * @param string $file |
||
20 | * @param string $title |
||
21 | * @param mixed $instance |
||
22 | * @param \stdClass $schema |
||
23 | * @param bool $isInstanceValid |
||
24 | * @param array $expectedErrors |
||
25 | */ |
||
26 | public function testApply( |
||
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | protected function getDataDirectory() |
||
55 | |||
56 | /** |
||
57 | * {@inheritdoc} |
||
58 | */ |
||
59 | protected function getCaseFileNames() |
||
63 | } |
||
64 |