From cf0a2051b06a18717ec84027894bc2ebc6298ab8 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 12 Apr 2016 22:53:38 -0700 Subject: [PATCH] Remove constructor --- tests/TestCase.php | 6 ------ 1 file changed, 6 deletions(-) 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. *