mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing ConsoleOutput test
This commit is contained in:
parent
9f189d39db
commit
848c9039e5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
require_once CONSOLE_LIBS . 'console_output.php';
|
||||
App::uses('ConsoleOutput', 'Console');
|
||||
|
||||
class ConsoleOutputTest extends CakeTestCase {
|
||||
|
||||
|
|
Loading…
Reference in a new issue