added tests to main repository.

This commit is contained in:
Taylor Otwell
2011-07-13 22:27:14 -05:00
parent cffbcd010d
commit d3398db56f
11 changed files with 587 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ define('PACKAGE_PATH', APP_PATH.'packages/');
define('EXT', '.php');
// --------------------------------------------------------------
// Load the configuration class.
// Load the classes used by the auto-loader.
// --------------------------------------------------------------
require SYS_PATH.'config'.EXT;
require SYS_PATH.'arr'.EXT;