We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6958fd commit fad8ec6Copy full SHA for fad8ec6
3 files changed
tests/system/Helpers/URLHelper/BaseUrlTest.php
@@ -9,6 +9,9 @@
9
use CodeIgniter\Test\CIUnitTestCase;
10
use Config\App;
11
12
+/**
13
+ * @backupGlobals enabled
14
+ */
15
final class BaseUrlTest extends CIUnitTestCase
16
{
17
/**
tests/system/Helpers/URLHelper/MiscUrlTest.php
final class MiscUrlTest extends CIUnitTestCase
tests/system/Helpers/URLHelper/SiteUrlTest.php
final class SiteUrlTest extends CIUnitTestCase
0 commit comments