We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of tests with php 8.2 is as follows:
1) Install_test::test_index ErrorException: Creation of dynamic property Install_test::$request is deprecated
Test declaration:
class Install_test extends TestCase { //... public function test_index() { $output = $this->request('GET', 'install'); } //... }
The text was updated successfully, but these errors were encountered:
CI3 does not support PHP 8.2. See #409
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Output of tests with php 8.2 is as follows:
Test declaration:
The text was updated successfully, but these errors were encountered: