Base interface for strategies used to manage fixtures for TestCase.
Called before each test run in each TestCase.
Called after each test run in each TestCase.
setupTest(array<string> $fixtureNames): void
Called before each test run in each TestCase.
array<string> $fixtureNames Name of fixtures used by test.
voidteardownTest(): void
Called after each test run in each TestCase.
void
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/interface-Cake.TestSuite.Fixture.FixtureStrategyInterface.html