mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Merge branch 'master' into tld-alias-for-domain-command
This commit is contained in:
@@ -28,7 +28,7 @@ public function test_install_nginx_configuration_places_nginx_base_configuration
|
||||
|
||||
$files->shouldReceive('putAsUser')->andReturnUsing(function ($path, $contents) {
|
||||
$this->assertSame('/usr/local/etc/nginx/nginx.conf', $path);
|
||||
$this->assertTrue(strpos($contents, 'include '.VALET_HOME_PATH.'/Nginx/*') !== false);
|
||||
$this->assertContains('include '.VALET_HOME_PATH.'/Nginx/*', $contents);
|
||||
})->once();
|
||||
|
||||
swap(Filesystem::class, $files);
|
||||
|
||||
Reference in New Issue
Block a user