Completed
Push — master ( cdef91...bfb886 )
by Klaus
22s queued 19s
created
Tests/ProcessorTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -167,6 +167,10 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.