create first tests
This commit is contained in:
parent
8071ee5a0a
commit
2387082e88
5 changed files with 52 additions and 22 deletions
|
@ -1,7 +1,11 @@
|
|||
<?php
|
||||
|
||||
use Laravel\Lumen\Testing\DatabaseMigrations;
|
||||
use Laravel\Lumen\Testing\DatabaseTransactions;
|
||||
|
||||
abstract class TestCase extends Laravel\Lumen\Testing\TestCase
|
||||
{
|
||||
use DatabaseMigrations;
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue