We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7484007 commit ea39ea8Copy full SHA for ea39ea8
1 file changed
tests/system/Commands/CommandTest.php
@@ -27,6 +27,8 @@ final class CommandTest extends CIUnitTestCase
27
28
protected function setUp(): void
29
{
30
+ $this->resetServices();
31
+
32
parent::setUp();
33
34
CITestStreamFilter::$buffer = '';
0 commit comments