From 2dd44d650db444368eb5f813b179d83add904bde Mon Sep 17 00:00:00 2001 From: lilHermit Date: Mon, 11 Jul 2022 16:23:07 +0100 Subject: [PATCH 1/5] Refactored test fixture schema for CakePHP 4.3+ --- phpunit.xml.dist | 11 +- tests/Fixture/AcoActionsFixture.php | 16 -- tests/Fixture/AcoTwosFixture.php | 16 -- tests/Fixture/AcosFixture.php | 16 -- tests/Fixture/AroTwosFixture.php | 16 -- tests/Fixture/ArosAcoTwosFixture.php | 16 -- tests/Fixture/ArosAcosFixture.php | 16 -- tests/Fixture/ArosFixture.php | 16 -- tests/Fixture/PeopleFixture.php | 18 -- tests/bootstrap.php | 8 + tests/schema.php | 352 +++++++++++++++++++++++++++ 11 files changed, 364 insertions(+), 137 deletions(-) create mode 100644 tests/schema.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b81b55c3..8d688cb9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,6 +10,7 @@ +