added tests_path constant and added tests to bundle publisher.

This commit is contained in:
Taylor Otwell
2012-01-18 09:33:41 -06:00
parent ba1d2a6238
commit 57925465fe
2 changed files with 14 additions and 6 deletions

View File

@@ -23,6 +23,11 @@ define('DS', DIRECTORY_SEPARATOR);
// --------------------------------------------------------------
$paths['APP_PATH'] = 'application';
// --------------------------------------------------------------
// The path to the Laravel directory.
// --------------------------------------------------------------
$paths['SYS_PATH'] = 'laravel';
// --------------------------------------------------------------
// The path to the bundles directory.
// --------------------------------------------------------------
@@ -34,9 +39,9 @@ $paths['BUNDLE_PATH'] = 'bundles';
$paths['STORAGE_PATH'] = 'storage';
// --------------------------------------------------------------
// The path to the Laravel directory.
// The path to the tests directory.
// --------------------------------------------------------------
$paths['SYS_PATH'] = 'laravel';
$paths['TESTS_PATH'] = 'tests';
// --------------------------------------------------------------
// The path to the public directory.