We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c142856 commit 49cd606Copy full SHA for 49cd606
tests/Commands/UserModelGeneratorTest.php
@@ -16,10 +16,11 @@ final class UserModelGeneratorTest extends CIUnitTestCase
16
17
protected function setUp(): void
18
{
19
+ parent::setUp();
20
+
21
CITestStreamFilter::$buffer = '';
22
$this->streamFilter = stream_filter_append(STDOUT, 'CITestStreamFilter');
23
$this->streamFilter = stream_filter_append(STDERR, 'CITestStreamFilter');
- parent::setUp();
24
}
25
26
protected function tearDown(): void
0 commit comments