mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Update tests
This commit is contained in:
@@ -29,7 +29,7 @@ public function test_fpm_is_configured_with_the_correct_user_group_and_socket()
|
||||
$contents = file_get_contents(__DIR__.'/output/fpm.conf');
|
||||
$this->assertTrue(strpos($contents, sprintf("\nuser = %s", user())) !== false);
|
||||
$this->assertTrue(strpos($contents, "\ngroup = staff") !== false);
|
||||
$this->assertTrue(strpos($contents, "\nlisten = /var/run/valet/fpm.socket") !== false);
|
||||
$this->assertTrue(strpos($contents, "\nlisten = /var/run/fpm-valet.socket") !== false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user