mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
♻️ Refactoring secure proxy stub. Fixing SiteTest.
This commit is contained in:
@@ -373,7 +373,7 @@ public function test_add_non_secure_proxy()
|
||||
{
|
||||
$config = Mockery::mock(Configuration::class);
|
||||
$config->shouldReceive('read')
|
||||
->andReturn(['tld' => 'test']);
|
||||
->andReturn(['tld' => 'test', 'loopback' => VALET_LOOPBACK]);
|
||||
|
||||
swap(Configuration::class, $config);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user