From 32002bcfc38886af2ca46147a895273a849d777a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 29 Sep 2021 21:01:34 +1000 Subject: [PATCH] Minor fixes for tests --- tests/TestCase.php | 2 +- tests/functional.suite.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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