travis ci setup (#1)

ci setup
This commit is contained in:
Milos Stojanovic
2019-06-14 09:26:48 +02:00
committed by GitHub
parent 5eab125d17
commit 044df2559c
8 changed files with 72 additions and 2756 deletions

View File

@@ -109,7 +109,7 @@ class AuthTest extends TestCase
{
$request = Request::create(
'?r=/notfound',
'GET',
'GET'
);
$app = $this->bootFreshApp(null, $request);