mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 22:30:01 +02:00
Run phpunit code quality rector
This commit is contained in:
parent
f215bd11cd
commit
f3ad3c1ffe
15 changed files with 66 additions and 70 deletions
|
@ -178,7 +178,9 @@ class PartMergerTest extends KernelTestCase
|
|||
//But the new lots, should be assigned to the target part and contain the same info
|
||||
$clone3 = $merged->getPartLots()->get(2);
|
||||
$clone4 = $merged->getPartLots()->get(3);
|
||||
$this->assertInstanceOf(PartLot::class, $clone3);
|
||||
$this->assertSame($merged, $clone3->getPart());
|
||||
$this->assertInstanceOf(PartLot::class, $clone4);
|
||||
$this->assertSame($merged, $clone4->getPart());
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue