cakephp2-php8/lib/Cake/Test/Case
Koji Tanaka a95654de88 clean: Stop overriding TestCase::run().
Overriding the run method to perform fixture management processing is no longer necessary since moved it to CakeFixtureInjector.

Co-authored-by: Kenshin Okinaka <okinakak@yahoo.co.jp>
2023-01-11 22:45:29 +01:00
..
Cache test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Configure test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Console test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Controller test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Core test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Error test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Event Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
I18n test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Log test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Model test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Network test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Routing test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
TestSuite clean: Stop overriding TestCase::run(). 2023-01-11 22:45:29 +01:00
Utility test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
View test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
AllBehaviorsTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllCacheTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllComponentsTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllConfigureTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllConsoleTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllControllerTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllCoreTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllDatabaseTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllDbRelatedTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllErrorTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllEventTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllHelpersTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllI18nTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllLogTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllNetworkTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllRoutingTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllTestsTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllTestSuiteTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllUtilityTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
AllViewTest.php test: Updated TestSuite class for PHPUnit 9.5 2023-01-11 22:45:29 +01:00
BasicsTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00