1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Update NginxTest.php

Fix misnamed test
This commit is contained in:
Chris Brown
2019-12-01 01:27:37 -05:00
committed by GitHub
parent fb562977f0
commit 949e5d58e3

View File

@@ -41,7 +41,7 @@ public function test_install_nginx_configuration_places_nginx_base_configuration
}
public function test_install_caddy_directories_creates_location_for_site_specific_configuration()
public function test_install_nginx_directories_creates_location_for_site_specific_configuration()
{
$files = Mockery::mock(Filesystem::class);
$files->shouldReceive('isDir')->with(VALET_HOME_PATH.'/Nginx')->andReturn(false);