Completed
Push — addFunctionalTestCommand ( 4adee8 )
by itkg-nanne
02:46
created
tests/OpenOrchestra/Tests/Functional/TestListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function startTestSuite(\PHPUnit_Framework_TestSuite $suite)
11 11
     {
12
-        if (strpos($suite->getName(),"functional") !== false ) {
12
+        if (strpos($suite->getName(), "functional") !== false) {
13 13
 
14 14
             $noParametersInput = new ArrayInput(array());
15 15
             $consoleOutput = new ConsoleOutput();
Please login to merge, or discard this patch.