Files
spa-api/laravel/cli/tasks/test/phpunit.php

21 lines
819 B
PHP
Raw Normal View History

2012-01-17 16:04:28 -06:00
<?php
// --------------------------------------------------------------
// Define the directory separator for the environment.
// --------------------------------------------------------------
define('DS', DIRECTORY_SEPARATOR);
2012-01-17 16:04:28 -06:00
// --------------------------------------------------------------
// Set the core Laravel path constants.
// --------------------------------------------------------------
require 'paths.php';
// --------------------------------------------------------------
// Bootstrap the Laravel core.
// --------------------------------------------------------------
2012-01-28 14:55:08 -06:00
require path('sys').'core.php';
2012-01-18 14:03:12 -06:00
// --------------------------------------------------------------
// Start the default bundle.
// --------------------------------------------------------------
Laravel\Bundle::start(DEFAULT_BUNDLE);