cleaning up some files.
This commit is contained in:
8
artisan
8
artisan
@@ -1,4 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Laravel - A PHP Framework For Web Artisans
|
||||||
|
*
|
||||||
|
* @package Laravel
|
||||||
|
* @version 2.2.0 (Beta 1)
|
||||||
|
* @author Taylor Otwell <taylorotwell@gmail.com>
|
||||||
|
* @link http://laravel.com
|
||||||
|
*/
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Set the core Laravel path constants.
|
// Set the core Laravel path constants.
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Laravel - A PHP Framework For Web Artisans
|
||||||
|
*
|
||||||
|
* @package Laravel
|
||||||
|
* @version 2.2.0 (Beta 1)
|
||||||
|
* @author Taylor Otwell <taylorotwell@gmail.com>
|
||||||
|
* @link http://laravel.com
|
||||||
|
*/
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Initialize the web variable if it doesn't exist.
|
// Initialize the web variable if it doesn't exist.
|
||||||
|
|||||||
10
phpunit.php
10
phpunit.php
@@ -1,7 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Laravel - A PHP Framework For Web Artisans
|
||||||
|
*
|
||||||
|
* @package Laravel
|
||||||
|
* @version 2.2.0 (Beta 1)
|
||||||
|
* @author Taylor Otwell <taylorotwell@gmail.com>
|
||||||
|
* @link http://laravel.com
|
||||||
|
*/
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Overrride the application path if testing Laravel.
|
// Override the application path if testing Laravel.
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
foreach ($_SERVER['argv'] as $key => $argument)
|
foreach ($_SERVER['argv'] as $key => $argument)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user