Remove constructor

This commit is contained in:
snipe 2016-04-13 02:19:03 -07:00
parent e59d19865d
commit 79073e5f1a

View file

@ -7,13 +7,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
* *
* @var string * @var string
*/ */
//protected $baseUrl = 'http://snipe-it5.dev:8888';
function __construct()
{
parent::createApplication();
parent::setUp();
}
/** /**
* Creates the application. * Creates the application.
@ -30,7 +23,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
public function setUp() public function setUp()
{ {
parent::setUp(); parent::setUp();
$this->app['artisan']->call('migrate');
} }
public function tearDown() public function tearDown()