We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5366d4 commit 4bb3586Copy full SHA for 4bb3586
tests/system/Debug/ExceptionsTest.php
@@ -31,6 +31,20 @@ final class ExceptionsTest extends CIUnitTestCase
31
32
private \CodeIgniter\Debug\Exceptions $exception;
33
34
+ public static function setUpBeforeClass(): void
35
+ {
36
+ parent::setUpBeforeClass();
37
+
38
+ unset($_SERVER['CODEIGNITER_SCREAM_DEPRECATIONS']);
39
+ }
40
41
+ public static function tearDownAfterClass(): void
42
43
+ parent::tearDownAfterClass();
44
45
+ $_SERVER['CODEIGNITER_SCREAM_DEPRECATIONS'] = '1';
46
47
48
protected function setUp(): void
49
{
50
parent::setUp();
0 commit comments