cakephp2-php8/lib/Cake/Test/Case
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: Replace assertNotContains() with assertStringNotContainsString() for text assertion. 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