mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Changing require for App::import() so tests are more composable.
This commit is contained in:
parent
f8ff8596a2
commit
9df7268080
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
* @since CakePHP(tm) v 1.3
|
||||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
||||
*/
|
||||
require_once LIBS . 'log' . DS . 'file_log.php';
|
||||
App::import('Core', 'log/FileLog');
|
||||
|
||||
/**
|
||||
* CakeLogTest class
|
||||
|
|
Loading…
Reference in a new issue