mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update DockerTest.php
This commit is contained in:
parent
e7cec4c7c5
commit
7fd6dfb6f2
1 changed files with 4 additions and 0 deletions
|
@ -109,5 +109,9 @@ class DockerTest extends TestCase
|
|||
|
||||
$this->assertModelMissing($findDockerContainer);
|
||||
|
||||
|
||||
// Unistall docker
|
||||
$modulesTest = Livewire::test(Modules::class);
|
||||
$modulesTest->call('openUnistallModal', 'Docker');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue