cakephp2-php8/lib/Cake/Test/Case
2023-02-11 13:58:44 +01:00
..
Cache test: Improved MemcachedEngineTest/MemcacheEngineTest. 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: Fix assertion of SecurityComponentTest::testCsrfNonceVacuum() 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: Attempting to read an undefined variable causes a Warning error (PHP 8.0+) 2023-01-11 22:45:29 +01:00
Event test: Fix error "Error : Unknown named parameter $some" in CakeEventManagerTest 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: Fixed expected value when float value is specified in DboSource::value() argument. 2023-02-11 13:58:44 +01:00
Network test: Change the test to match the behavior of the MailTransport class. 2023-01-11 22:45:29 +01:00
Routing fix: Relative time may not be cached if specified in CacheHelper duration 2023-01-22 14:24:47 +01:00
TestSuite test: Replace deprecated assertInternalType() 2023-01-11 22:45:29 +01:00
Utility test: In PHP 8.0+ DebuggerTest::testOutput() marked as incomplete. 2023-01-11 22:45:29 +01:00
View fix: PaginatorHelper::numbers() generates extra separator string in PHP 8.0+. 2023-01-30 21:28:56 +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