Changing require for App::import() so tests are more composable.

This commit is contained in:
mark_story 2010-06-21 22:27:50 -04:00
parent f8ff8596a2
commit 9df7268080

View file

@ -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