cakephp2-php8/lib/Cake/Test/Case/Console/Command/Task
Koji Tanaka 2a7c06e16f test: Replace PHPUnit's class name in tests
Co-authored-by: Kenshin Okinaka <okinakak@yahoo.co.jp>
2023-01-11 22:45:29 +01:00
..
CommandTaskTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
ControllerTaskTest.php test: Replace PHPUnit's class name in tests 2023-01-11 22:45:29 +01:00
DbConfigTaskTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
ExtractTaskTest.php test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. 2023-01-11 22:45:29 +01:00
FixtureTaskTest.php test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. 2023-01-11 22:45:29 +01:00
ModelTaskTest.php test: Replace PHPUnit's class name in tests 2023-01-11 22:45:29 +01:00
PluginTaskTest.php test: Replace PHPUnit's class name in tests 2023-01-11 22:45:29 +01:00
ProjectTaskTest.php test: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression(). 2023-01-11 22:45:29 +01:00
TemplateTaskTest.php test: Replace deprecated assertRegExp() with assertMatchesRegularExpression(). 2023-01-11 22:45:29 +01:00
TestTaskTest.php test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. 2023-01-11 22:45:29 +01:00
ViewTaskTest.php test: Replace PHPUnit's class name in tests 2023-01-11 22:45:29 +01:00