@@ -167,6 +167,10 @@ |
||
167 | 167 | $this->assertFileEquals($dataDir.'/expected.' . $fileType, $workingDir.'/'.$testCase['config']['file'], $testCase['title']); |
168 | 168 | } |
169 | 169 | |
170 | + /** |
|
171 | + * @param string $dataDir |
|
172 | + * @param string $workingDir |
|
173 | + */ |
|
170 | 174 | private function initializeTestCase(array $testCase, $dataDir, $workingDir, $fileType) |
171 | 175 | { |
172 | 176 | $fs = new Filesystem(); |