setup tests

This commit is contained in:
Saeed Vaziry
2023-08-11 12:58:38 +02:00
parent 3dc9ac7505
commit 75fad44fc4
10 changed files with 76 additions and 289 deletions

View File

@ -21,7 +21,7 @@ public function test_visit_application()
$this->actingAs($this->user);
$this->get(
route('servers.sites.application', [
route('servers.sites.show', [
'server' => $this->server,
'site' => $this->site
])