Fix support for testing exit code

The `$sectionData` was being overwritten, causing its assertion 
(`$this->assertSame()`) to fail.
main
Jad Bitar 8 years ago committed by GitHub
parent a33b205561
commit 8625efd551

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

Loading…
Cancel
Save