diff --git a/tests/TestCase.php b/tests/TestCase.php index 99f618c681db..06a96ba2c320 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -6,7 +6,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase * * @var string */ - protected $baseUrl = 'http://localhost'; + protected $baseUrl = 'http://ninja-master.test:8000'; /** * Creates the application. * diff --git a/tests/functional.suite.yml b/tests/functional.suite.yml index 8c91cfe19624..7e3e567874c9 100644 --- a/tests/functional.suite.yml +++ b/tests/functional.suite.yml @@ -17,5 +17,5 @@ modules: user: 'ninja' password: 'ninja' dump: tests/_data/dump.sql - disabled: - - Laravel5 + # disabled: + # - Laravel5