1
0
Fork 0

Fix support for testing exit code

The `$sectionData` was being overwritten, causing its assertion 
(`$this->assertSame()`) to fail.
pull/5598/head
Jad Bitar 2016-08-15 00:30:20 -04:00 committed by GitHub
parent a33b205561
commit 8625efd551
1 changed files with 1 additions and 0 deletions

View File

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