diff --git a/tests/TestCase.php b/tests/TestCase.php index 4a632fef1a24..63f3a3e6e1f7 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -8,7 +8,11 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase * @var string */ //protected $baseUrl = 'http://snipe-it5.dev:8888'; - + function __construct() + { + parent::setUp(); + } + /** * Creates the application. *