mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Fix incorrect new test name
This commit is contained in:
@@ -28,7 +28,7 @@ public function tearDown()
|
||||
}
|
||||
|
||||
|
||||
public function test_get_certificates_will_return_without_multi_segment_tld()
|
||||
public function test_get_certificates_will_return_with_multi_segment_tld()
|
||||
{
|
||||
$files = Mockery::mock(Filesystem::class);
|
||||
$files->shouldReceive('scandir')
|
||||
|
||||
Reference in New Issue
Block a user