-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
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
Fix tests with phpunit10 #6220
base: develop
Are you sure you want to change the base?
Fix tests with phpunit10 #6220
Commits on Jan 15, 2024
-
Fix phpunit 9 deprecation warning
Output was produced with: . phpunit --migrate-configuration . Error was: . Warning: Your XML configuration validates against a deprecated schema. Suggestion: Migrate your XML configuration using "--migrate-configuration"!
Configuration menu - View commit details
-
Copy full SHA for 5ba9735 - Browse repository at this point
Copy the full SHA 5ba9735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f8ded8 - Browse repository at this point
Copy the full SHA 7f8ded8View commit details -
fix error with phpunit10 (migrate configuration)
Produced by: phpunit --migrate-configuration
Configuration menu - View commit details
-
Copy full SHA for 88d6501 - Browse repository at this point
Copy the full SHA 88d6501View commit details -
fix error with phpunit10 (cannot override runBare())
Fatal error: Cannot override final method PHPUnit\Framework\TestCase::runBare() in tests/mocks/ci_testcase.php on line 351
Configuration menu - View commit details
-
Copy full SHA for 7c41994 - Browse repository at this point
Copy the full SHA 7c41994View commit details -
fix error with phpunit10 (undefined method setMethods())
Was removed in phpunit10 Error: Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods()
Configuration menu - View commit details
-
Copy full SHA for e116394 - Browse repository at this point
Copy the full SHA e116394View commit details -
fix error with phpunit10 (security_helper_test class not found)
1) Class security_helper_test cannot be found in tests/codeigniter/helpers/security_helper_test.php
Configuration menu - View commit details
-
Copy full SHA for d7c9890 - Browse repository at this point
Copy the full SHA d7c9890View commit details -
Revert "fix error with phpunit10 (assertObjectHasAttribute deprecated)"
This reverts commit 8f12bc3.
Configuration menu - View commit details
-
Copy full SHA for 4f295ac - Browse repository at this point
Copy the full SHA 4f295acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310844b - Browse repository at this point
Copy the full SHA 310844bView commit details