We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c331f5 commit 000c115Copy full SHA for 000c115
1 file changed
tests/system/Test/FeatureTestTraitTest.php
@@ -11,6 +11,7 @@
11
12
namespace CodeIgniter\Test;
13
14
+use CodeIgniter\Events\Events;
15
use CodeIgniter\Exceptions\PageNotFoundException;
16
use CodeIgniter\HTTP\Response;
17
use Config\Services;
@@ -35,6 +36,8 @@ protected function tearDown(): void
35
36
{
37
parent::tearDown();
38
39
+ Events::simulate(false);
40
+
41
$this->resetServices();
42
}
43
0 commit comments