Skip to content

Commit 49cd606

Browse files
Update tests/Commands/UserModelGeneratorTest.php
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent c142856 commit 49cd606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Commands/UserModelGeneratorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ final class UserModelGeneratorTest extends CIUnitTestCase
1616

1717
protected function setUp(): void
1818
{
19+
parent::setUp();
20+
1921
CITestStreamFilter::$buffer = '';
2022
$this->streamFilter = stream_filter_append(STDOUT, 'CITestStreamFilter');
2123
$this->streamFilter = stream_filter_append(STDERR, 'CITestStreamFilter');
22-
parent::setUp();
2324
}
2425

2526
protected function tearDown(): void

0 commit comments

Comments
 (0)