diff --git a/tests/TestCase.php b/tests/TestCase.php index 00a3c124e7..e48d3208ae 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -19,6 +19,8 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase return $app; } + + /** * @param string $class * @@ -33,4 +35,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase return $mock; } + + } diff --git a/tests/controllers/AccountControllerTest.php b/tests/controllers/AccountControllerTest.php index ea9687accd..a6e7d76f43 100644 --- a/tests/controllers/AccountControllerTest.php +++ b/tests/controllers/AccountControllerTest.php @@ -1,7 +1,6 @@