mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
#591 - tests
This commit is contained in:
@ -11,7 +11,7 @@ class ServerModelTest extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
|
||||
public function test_should_have_default_service()
|
||||
public function test_should_have_default_service(): void
|
||||
{
|
||||
$php = $this->server->defaultService('php');
|
||||
$php->update(['is_default' => false]);
|
||||
|
Reference in New Issue
Block a user