mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
@@ -787,7 +787,7 @@ public function test_it_returns_secured_sites()
|
||||
$files = Mockery::mock(Filesystem::class);
|
||||
$files->shouldReceive('scandir')
|
||||
->once()
|
||||
->andReturn(['helloworld.tld.crt']);
|
||||
->andReturn(['helloworld.tld.crt', '.DS_Store']);
|
||||
|
||||
swap(Filesystem::class, $files);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user