Skip to content

Commit 0a1f930

Browse files
committed
psr2
1 parent cce51f2 commit 0a1f930

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/TestCase.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
class TestCase extends Laravel\Lumen\Testing\TestCase {
4-
3+
class TestCase extends Laravel\Lumen\Testing\TestCase
4+
{
55
/**
66
* Creates the application.
77
*
@@ -11,5 +11,4 @@ public function createApplication()
1111
{
1212
return require __DIR__.'/../bootstrap/app.php';
1313
}
14-
1514
}

0 commit comments

Comments
 (0)