mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Fixed the call to the reader baseURL in HealthTest.php.
This commit is contained in:
parent
7498ac7002
commit
0da2f0c21c
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user