diff --git a/application/test_bootstrap.php b/application/test_bootstrap.php index c60c17c..6731245 100644 --- a/application/test_bootstrap.php +++ b/application/test_bootstrap.php @@ -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. */