Completed
Push — master ( c8e4a8...b92c5e )
by Gaetano
10:34
created
Tests/phpunit/1_GenerateTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@  discard block
 block discarded – undo
48 48
         $this->checkGeneratedFile($this->saveGeneratedFile($output));
49 49
     }
50 50
 
51
+    /**
52
+     * @param null|string $output
53
+     */
51 54
     protected function saveGeneratedFile($output)
52 55
     {
53 56
 var_dump($output);
@@ -59,6 +62,9 @@  discard block
 block discarded – undo
59 62
         return null;
60 63
     }
61 64
 
65
+    /**
66
+     * @param string|null $filePath
67
+     */
62 68
     protected function checkGeneratedFile($filePath)
63 69
     {
64 70
         $input = new ArrayInput(array('command' => 'kaliop:migration:status'));
Please login to merge, or discard this patch.