mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 07:13:45 +02:00
Add support for more server functionality
This commit is contained in:
@@ -310,8 +310,7 @@ class DetailsModificationServiceTest extends TestCase
|
||||
|
||||
$this->database->shouldReceive('commit')->withNoArgs()->once()->andReturn(true);
|
||||
|
||||
$response = $this->service->setDockerImage($server, 'new/image');
|
||||
$this->assertTrue($response);
|
||||
$this->service->setDockerImage($server, 'new/image');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -338,8 +337,7 @@ class DetailsModificationServiceTest extends TestCase
|
||||
|
||||
$this->database->shouldReceive('commit')->withNoArgs()->once()->andReturn(true);
|
||||
|
||||
$response = $this->service->setDockerImage($server->id, 'new/image');
|
||||
$this->assertTrue($response);
|
||||
$this->service->setDockerImage($server->id, 'new/image');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user