Update DockerTest.php

This commit is contained in:
Bobi 2024-04-30 01:31:34 +03:00 committed by GitHub
parent 8d052a4121
commit 553caf6fbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');