diff --git a/admin/starter/tests/unit/HealthTest.php b/admin/starter/tests/unit/HealthTest.php index 1d059d057d..e57d86622d 100644 --- a/admin/starter/tests/unit/HealthTest.php +++ b/admin/starter/tests/unit/HealthTest.php @@ -26,7 +26,7 @@ class HealthTest extends \CodeIgniter\Test\CIUnitTestCase // Then check the actual config file $reader = new \Tests\Support\Libraries\ConfigReader(); - $config = ! empty($reader->baseUrl); + $config = ! empty($reader->baseURL); $this->assertTrue($env || $config); }