mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix tests
This commit is contained in:
@ -16,6 +16,8 @@ public function test_see_services_list(): void
|
||||
$this->actingAs($this->user);
|
||||
|
||||
$this->get(route('servers.services', $this->server))
|
||||
->assertSuccessful()
|
||||
->assertSee('mysql')
|
||||
->assertSee('nginx')
|
||||
->assertSee('php')
|
||||
->assertSee('supervisor')
|
||||
@ -242,6 +244,7 @@ public static function data(): array
|
||||
['redis'],
|
||||
['ufw'],
|
||||
['php'],
|
||||
['mysql'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user