cakephp2-php8/lib/Cake/Test/Case/Controller/Component
Koji Tanaka dfc1c56625 test: Replace assertContains() with assertStringContainsString() for text assertion.
assertContains() can no longer be used for text containment assertion.
2023-01-11 22:45:29 +01:00
..
Acl test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
Auth test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
AclComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
AuthComponentTest.php test: Add App::uses() missing in the test code. 2023-01-11 22:45:29 +01:00
CookieComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
EmailComponentTest.php test: Replace assertContains() with assertStringContainsString() for text assertion. 2023-01-11 22:45:29 +01:00
FlashComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
PaginatorComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
RequestHandlerComponentTest.php test: Replace deprecated assertRegExp() with assertMatchesRegularExpression(). 2023-01-11 22:45:29 +01:00
SecurityComponentTest.php test: Add App::uses() missing in the test code. 2023-01-11 22:45:29 +01:00
SessionComponentTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00