Merge pull request #4227 from joshmanders/patch-1

Fix break from #4226
This commit is contained in:
Taylor Otwell
2017-04-18 07:25:35 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php
define('LARAVEL_START', microtime(true));
/*
|--------------------------------------------------------------------------
| Register The Auto Loader

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"