Skip to content

Commit 08a4eb3

Browse files
committed
refactor: remove deprecated system/bootstrap.php
1 parent cd3013b commit 08a4eb3

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
@@ -50,6 +50,7 @@ Removed Deprecated Items
5050
- **Autoloader:** Removed the following deprecated methods:
5151
- ``CodeIgniter\Autoloader\Autoloader::sanitizeFileName()``
5252
- ``CodeIgniter\Autoloader\Autoloader::discoverComposerNamespaces()``
53+
- **Bootstrap:** The deprecated **system/bootstrap.php** file has been removed.
5354
- **Cache:** Removed the following methods deprecated since v4.6.0:
5455
- ``CodeIgniter\Cache\Handlers\FileHandler::writeFile()``
5556
- ``CodeIgniter\Cache\Handlers\FileHandler::deleteFile()``

0 commit comments

Comments
 (0)