Removed base.php and added I18n to the test_bootstrap.php. Refs #3249

This commit is contained in:
Isaiah DeRose-Wilson 2010-12-02 13:11:54 -05:00
parent 7759343bdc
commit 1997f8ecc6

View file

@ -76,9 +76,6 @@ define('SYSPATH', realpath($system).DIRECTORY_SEPARATOR);
// Clean up the configuration vars
unset($application, $modules, $system);
// Load the base, low-level functions
require SYSPATH.'base'.EXT;
// Load the core Kohana class
require SYSPATH.'classes/kohana/core'.EXT;
@ -146,6 +143,8 @@ Kohana::init(array(
'base_url' => '/',
));
I18n::lang('en-US');
/**
* Attach the file write to logging. Multiple writers are supported.
*/