Skip to content

Commit 651988a

Browse files
authored
refactor: remove deprecated system/bootstrap.php (#9982)
1 parent eaeca05 commit 651988a

File tree

3 files changed

+2
-163
lines changed

3 files changed

+2
-163
lines changed

system/bootstrap.php

Lines changed: 0 additions & 162 deletions
This file was deleted.

tests/system/Autoloader/FileLocatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public function testGetClassNameFromNonClassFile(): void
316316
{
317317
$this->assertSame(
318318
'',
319-
$this->locator->getClassname(SYSTEMPATH . 'bootstrap.php'),
319+
$this->locator->getClassname(SYSTEMPATH . 'util_bootstrap.php'),
320320
);
321321
}
322322

user_guide_src/source/changelogs/v4.8.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Removed Deprecated Items
5151
- **Autoloader:** Removed the following deprecated methods:
5252
- ``CodeIgniter\Autoloader\Autoloader::sanitizeFileName()``
5353
- ``CodeIgniter\Autoloader\Autoloader::discoverComposerNamespaces()``
54+
- **Bootstrap:** The deprecated **system/bootstrap.php** file has been removed.
5455
- **Cache:** Removed the following methods deprecated since v4.6.0:
5556
- ``CodeIgniter\Cache\Handlers\FileHandler::writeFile()``
5657
- ``CodeIgniter\Cache\Handlers\FileHandler::deleteFile()``

0 commit comments

Comments
 (0)