mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update DockerTest.php
This commit is contained in:
parent
8d052a4121
commit
553caf6fbe
1 changed files with 1 additions and 5 deletions
|
@ -74,10 +74,6 @@ class DockerTest extends TestCase
|
|||
$this->assertNotEmpty($pullLog);
|
||||
$this->assertStringContainsString('DONE!', $pullLog);
|
||||
|
||||
}
|
||||
|
||||
public function testDockerContainers()
|
||||
{
|
||||
$createDockerContainerTest = Livewire::test(CreateDockerContainer::class);
|
||||
$createDockerContainerTest->assertSee('Create Docker Container');
|
||||
|
||||
|
|
Loading…
Reference in a new issue