Fix support for testing exit code
The `$sectionData` was being overwritten, causing its assertion (`$this->assertSame()`) to fail.pull/5598/head
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…
Reference in New Issue