You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix test deprecations and failures
- Fix EntryCommandTest assertion for changed help output format
- Fix ManagerFactoryTest dynamic property deprecations (PHP 8.4)
- Add missing plugin classes for Blog and Migrator test plugins
- Add proper assertions to PendingMigrationsMiddlewareTest risky tests
* Update tests/TestCase/Command/EntryCommandTest.php
* Fix character location
* Fix EntryCommandTest to work across all PHP versions
Remove the assertion for 'migrations:</info>' as the help output
format differs between PHP versions. The remaining assertions
adequately verify the help output is displayed correctly.
* Fix PostgreSQL dump tests for varying identity column syntax
The identity column syntax varies between CakePHP/database versions
(SERIAL vs GENERATED BY DEFAULT AS IDENTITY). Update the tests to
check for the key parts of the CREATE TABLE statement without being
strict about the identity column syntax.
---------
Co-authored-by: Mark Story <[email protected]>
Co-authored-by: Jamison Bryant <[email protected]>
0 commit comments