We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e60627 commit 386995fCopy full SHA for 386995f
tests/system/HTTP/FormRequestTest.php
@@ -49,6 +49,13 @@ protected function setUp(): void
49
$this->codeigniter = new MockCodeIgniter(new App());
50
}
51
52
+ protected function tearDown(): void
53
+ {
54
+ parent::tearDown();
55
+
56
+ $this->resetServices();
57
+ }
58
59
// -------------------------------------------------------------------------
60
// Helpers
61
0 commit comments