Initialize laravel app
This commit is contained in:
parent
3d69dd05c2
commit
8af402a9e2
149 changed files with 10967 additions and 1464 deletions
10
tests/TestCase.php
Normal file
10
tests/TestCase.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
use CreatesApplication;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue