This commit is contained in:
Saeed Vaziry
2025-06-04 19:04:02 +02:00
parent 35894003f5
commit f8f8d57fe2
31 changed files with 165 additions and 171 deletions

View File

@ -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]);