Skip to content

Commit 61bffc2

Browse files
committed
fix: phpstan tearDown
1 parent ff2e37e commit 61bffc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Commands/UserModelGeneratorTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
declare(strict_types=1);
44

5+
namespace Tests\Commands;
6+
57
use CodeIgniter\Test\CIUnitTestCase;
68
use CodeIgniter\Test\Filters\CITestStreamFilter;
79

@@ -22,6 +24,8 @@ protected function setUp(): void
2224

2325
protected function tearDown(): void
2426
{
27+
parent::tearDown();
28+
2529
stream_filter_remove($this->streamFilter);
2630
$result = str_replace(["\033[0;32m", "\033[0m", "\n"], '', CITestStreamFilter::$buffer);
2731

0 commit comments

Comments
 (0)