1
0
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:
James Barnard
2019-10-02 13:58:47 +01:00
parent e5dceb2bc5
commit c89f64f3e6

View File

@@ -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')