cakephp2-php8/lib/Cake/Test/Case/Error
Koji Tanaka 76d1673958 test: Allow ErrorHandlerTest to run even if CakeLog configs (stdout and stderr) are not configured.
When ErrorHandlerTest is run with CakeTestRunner (TestShell) (or run with ShellTest, etc.), these configs are provided in the initialization process of the Shell class, but are not needed in many test cases.
2023-01-11 22:45:29 +01:00
..
ErrorHandlerTest.php test: Allow ErrorHandlerTest to run even if CakeLog configs (stdout and stderr) are not configured. 2023-01-11 22:45:29 +01:00
ExceptionRendererTest.php test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. 2023-01-11 22:45:29 +01:00