mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-16 14:39:37 +00:00
Fixed phpunit tests
This commit is contained in:
parent
097041a43a
commit
e11cb7d5cb
1 changed files with 0 additions and 2 deletions
|
|
@ -39,8 +39,6 @@ final class BulkInfoProviderImportJobPartTest extends TestCase
|
||||||
|
|
||||||
public function testConstructor(): void
|
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->assertSame(BulkImportPartStatus::PENDING, $this->jobPart->getStatus());
|
||||||
$this->assertNull($this->jobPart->getReason());
|
$this->assertNull($this->jobPart->getReason());
|
||||||
$this->assertNull($this->jobPart->getCompletedAt());
|
$this->assertNull($this->jobPart->getCompletedAt());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue