mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-19 16:22:48 +01:00
Fixed phpunit tests
This commit is contained in:
@@ -39,8 +39,6 @@ final class BulkInfoProviderImportJobPartTest extends TestCase
|
||||
|
||||
public function testConstructor(): void
|
||||
{
|
||||
$this->assertSame($this->createStub(BulkInfoProviderImportJob::class), $this->jobPart->getJob());
|
||||
$this->assertSame($this->createStub(Part::class), $this->jobPart->getPart());
|
||||
$this->assertSame(BulkImportPartStatus::PENDING, $this->jobPart->getStatus());
|
||||
$this->assertNull($this->jobPart->getReason());
|
||||
$this->assertNull($this->jobPart->getCompletedAt());
|
||||
|
||||
Reference in New Issue
Block a user