diff --git a/tests/TestCase.php b/tests/TestCase.php index 6ff1052d01..730d7881c2 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -9,12 +9,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase */ protected $baseUrl = 'http://snipe-it5.dev:8888'; - function __construct() - { - parent::createApplication(); - parent::setUp(); - } - /** * Creates the application. *