cakephp2-php8/lib/Cake/Test/Case
Koji Tanaka d7d7230929 test: Fix CakeEmailTest::testResetWithCharset()
Co-authored-by: Kenshin Okinaka <okinakak@yahoo.co.jp>
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: 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: Fix for MysqlTest, a new test error in PHP 8.0 2023-01-11 22:45:29 +01:00
Network test: Fix CakeEmailTest::testResetWithCharset() 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: Replace deprecated assertInternalType() 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 assertion methods that access non-public properties with methods that use reflection. 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