ソースを参照

Merge pull request #5598 from jadb/patch-1

Fix support for testing exit code
Rob 8 年 前
コミット
f2fc70fd79
1 ファイル変更1 行追加0 行削除
  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':