Fixed phpunit tests

This commit is contained in:
Jan Böhmer 2026-02-14 23:46:39 +01:00
parent 097041a43a
commit e11cb7d5cb

View file

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