mirror of
https://github.com/kevin-DL/commander_league_api.git
synced 2026-01-14 11:44:44 +00:00
Initial Commit
This commit is contained in:
16
tests/TestCase.php
Normal file
16
tests/TestCase.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
use Laravel\Lumen\Testing\TestCase as BaseTestCase;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
* @return \Laravel\Lumen\Application
|
||||
*/
|
||||
public function createApplication()
|
||||
{
|
||||
return require __DIR__.'/../bootstrap/app.php';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user