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
8d052a4121
commit
553caf6fbe
1 changed files with 1 additions and 5 deletions
|
@ -73,11 +73,7 @@ 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