added tests_path constant and added tests to bundle publisher.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user