Skip to content

refactor: remove deprecated system/bootstrap.php#9982

Merged
paulbalandan merged 1 commit intocodeigniter4:4.8from
paulbalandan:remove-bootstrap
Feb 22, 2026
Merged

refactor: remove deprecated system/bootstrap.php#9982
paulbalandan merged 1 commit intocodeigniter4:4.8from
paulbalandan:remove-bootstrap

Conversation

@paulbalandan
Copy link
Member

Description
Deprecated since v4.5.0

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication)
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@paulbalandan paulbalandan added refactor Pull requests that refactor code 4.8 PRs that target the `4.8` branch. labels Feb 22, 2026
@neznaika0
Copy link
Contributor

There were 2 errors:

1) CodeIgniter\Autoloader\FileLocatorCachedTest::testGetClassNameFromNonClassFile
ErrorException: file_get_contents(/home/runner/work/CodeIgniter4/CodeIgniter4/system/bootstrap.php): Failed to open stream: No such file or directory

/home/runner/work/CodeIgniter4/CodeIgniter4/system/Autoloader/FileLocator.php:135
/home/runner/work/CodeIgniter4/CodeIgniter4/system/Autoloader/FileLocatorCached.php:111
/home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Autoloader/FileLocatorTest.php:319

2) CodeIgniter\Autoloader\FileLocatorTest::testGetClassNameFromNonClassFile
ErrorException: file_get_contents(/home/runner/work/CodeIgniter4/CodeIgniter4/system/bootstrap.php): Failed to open stream: No such file or directory

/home/runner/work/CodeIgniter4/CodeIgniter4/system/Autoloader/FileLocator.php:135
/home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Autoloader/FileLocatorTest.php:319

@paulbalandan paulbalandan deleted the branch codeigniter4:4.8 February 22, 2026 10:37
@paulbalandan paulbalandan reopened this Feb 22, 2026
@paulbalandan paulbalandan merged commit 651988a into codeigniter4:4.8 Feb 22, 2026
98 checks passed
@paulbalandan paulbalandan deleted the remove-bootstrap branch February 22, 2026 16:56
@paulbalandan
Copy link
Member Author

Thanks all for the reviews!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.8 PRs that target the `4.8` branch. refactor Pull requests that refactor code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants