Skip to content

Commit fad8ec6

Browse files
committed
Reenable global backups
1 parent c6958fd commit fad8ec6

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

tests/system/Helpers/URLHelper/BaseUrlTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use CodeIgniter\Test\CIUnitTestCase;
1010
use Config\App;
1111

12+
/**
13+
* @backupGlobals enabled
14+
*/
1215
final class BaseUrlTest extends CIUnitTestCase
1316
{
1417
/**

tests/system/Helpers/URLHelper/MiscUrlTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use CodeIgniter\Test\CIUnitTestCase;
1010
use Config\App;
1111

12+
/**
13+
* @backupGlobals enabled
14+
*/
1215
final class MiscUrlTest extends CIUnitTestCase
1316
{
1417
/**

tests/system/Helpers/URLHelper/SiteUrlTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
use CodeIgniter\Test\CIUnitTestCase;
1010
use Config\App;
1111

12+
/**
13+
* @backupGlobals enabled
14+
*/
1215
final class SiteUrlTest extends CIUnitTestCase
1316
{
1417
/**

0 commit comments

Comments
 (0)