mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
- Client list
- Context menu
This commit is contained in:
@@ -42,8 +42,7 @@ class OasisClientTest extends TestCase
|
||||
|
||||
$this->getJson('/api/oasis/clients')
|
||||
->assertJsonFragment([
|
||||
'id' => $client->id,
|
||||
'user_id' => $user->id,
|
||||
'id' => $client->id,
|
||||
])->assertStatus(200);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user