Explorar el Código

Merge pull request #5598 from jadb/patch-1

Fix support for testing exit code
Rob hace 8 años
padre
commit
f2fc70fd79
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/Composer/Test/AllFunctionalTest.php

+ 1 - 0
tests/Composer/Test/AllFunctionalTest.php

@@ -183,6 +183,7 @@ class AllFunctionalTest extends TestCase
 
                 case 'EXPECT-EXIT-CODE':
                     $sectionData = (integer) $sectionData;
+                    break;
 
                 case 'EXPECT':
                 case 'EXPECT-REGEX':