mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Grueing around
This commit is contained in:
@@ -29,7 +29,7 @@ public function test_fpm_is_configured_with_the_correct_user_group_and_port()
|
||||
$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 = 127.0.0.1:9000") !== false);
|
||||
$this->assertTrue(strpos($contents, "\nlisten = /var/run/fpm-valet.sock") !== false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user