cakephp2-php8/lib/Cake/Test/Case
Koji Tanaka 831bfe9315 test: In ConfigureTest::testBootstrap(), set error handler, so add cleanup.
This is because PHPUnit error handlers cannot catch PHP errors in tests that run after DebuggerTest if they expect them to occur and break the test process.
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: In ConfigureTest::testBootstrap(), set error handler, so add cleanup. 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 test: Removed pre-checking of tests that were skipped in the PHPUnit version since the minimum version is now 9.5. 2023-01-11 22:45:29 +01: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