mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 12:09:36 +00:00
Improved UpdateExecutor
This commit is contained in:
parent
1ccc3ad440
commit
720c1e51e8
2 changed files with 20 additions and 39 deletions
|
|
@ -74,12 +74,6 @@ class UpdateExecutorTest extends KernelTestCase
|
|||
$this->assertIsArray($logs);
|
||||
}
|
||||
|
||||
public function testGetBackupsReturnsArray(): void
|
||||
{
|
||||
$backups = $this->updateExecutor->getBackups();
|
||||
|
||||
$this->assertIsArray($backups);
|
||||
}
|
||||
|
||||
public function testValidateUpdatePreconditionsReturnsProperStructure(): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue