Skip to content

Commit

Permalink
Why the fuck not.
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Apr 13, 2016
1 parent 7083bb5 commit 1c6e4a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 1c6e4a7

Please sign in to comment.