1
0
Fork 0

Merge pull request #5598 from jadb/patch-1

Fix support for testing exit code
pull/5603/head
Rob 2016-08-15 09:14:45 +02:00 committed by GitHub
commit f2fc70fd79
1 changed files with 1 additions and 0 deletions

View File

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