mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing the ConsoleErrorHandler test
This commit is contained in:
parent
d2a38787a2
commit
234d781f77
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
||||||
* @since CakePHP(tm) v 2.0
|
* @since CakePHP(tm) v 2.0
|
||||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||||
*/
|
*/
|
||||||
require_once CONSOLE_LIBS . 'console_error_handler.php';
|
|
||||||
|
App::uses('ConsoleErrorHandler', 'Console');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ConsoleErrorHandler Test case.
|
* ConsoleErrorHandler Test case.
|
||||||
|
|
Loading…
Reference in a new issue