mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-30 22:59:52 +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
|
@ -41,7 +41,7 @@ class PartTest extends TestCase
|
|||
$lot = new PartLot();
|
||||
$part->addPartLot($lot);
|
||||
$this->assertSame($part, $lot->getPart());
|
||||
$this->assertSame(1, $part->getPartLots()->count());
|
||||
$this->assertCount(1, $part->getPartLots());
|
||||
|
||||
//Remove element
|
||||
$part->removePartLot($lot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue