cakephp2-php8/lib/Cake/Test/Case
Koji Tanaka 76d1673958 test: Allow ErrorHandlerTest to run even if CakeLog configs (stdout and stderr) are not configured.
When ErrorHandlerTest is run with CakeTestRunner (TestShell) (or run with ShellTest, etc.), these configs are provided in the initialization process of the Shell class, but are not needed in many test cases.
2023-01-11 22:45:29 +01:00
..
Cache test: Replace PHPUnit's class name in tests 2023-01-11 22:45:29 +01:00
Configure test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
Console test: phpunit command does not use TestShell, HtmlCoverageReport. So skip test. 2023-01-11 22:45:29 +01:00
Controller test: Replace deprecated attributeEqualTo() 2023-01-11 22:45:29 +01:00
Core test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
Error test: Allow ErrorHandlerTest to run even if CakeLog configs (stdout and stderr) are not configured. 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: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
Log test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
Model test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
Network test: Replace deprecated setExpectedException() 2023-01-11 22:45:29 +01:00
Routing test: Replace deprecated @expectedException* to $this->expectException*() 2023-01-11 22:45:29 +01:00
TestSuite test: phpunit command does not use TestShell, HtmlCoverageReport. So skip test. 2023-01-11 22:45:29 +01:00
Utility test: Replace PHPUnit's class name in tests 2023-01-11 22:45:29 +01:00
View test: Replace deprecated attributeEqualTo() 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: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression(). 2023-01-11 22:45:29 +01:00