Update DockerTest.php

This commit is contained in:
Bozhidar 2024-04-30 01:11:22 +03:00
parent e7cec4c7c5
commit 7fd6dfb6f2

View file

@ -109,5 +109,9 @@ class DockerTest extends TestCase
$this->assertModelMissing($findDockerContainer);
// Unistall docker
$modulesTest = Livewire::test(Modules::class);
$modulesTest->call('openUnistallModal', 'Docker');
}
}