We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c65d7 commit fd72e19Copy full SHA for fd72e19
1 file changed
tests/system/CommonFunctionsTest.php
@@ -41,10 +41,10 @@ final class CommonFunctionsTest extends CIUnitTestCase
41
{
42
protected function setUp(): void
43
44
- parent::setUp();
45
- $renderer = Services::renderer();
46
- $renderer->resetData();
47
unset($_ENV['foo'], $_SERVER['foo']);
+ Services::reset();
+
+ parent::setUp();
48
}
49
50
public function testStringifyAttributes()
0 commit comments