File tree Expand file tree Collapse file tree 3 files changed +2
-163
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 3 files changed +2
-163
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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() ``
You can’t perform that action at this time.
0 commit comments