mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed PHPUnit tests
This commit is contained in:
parent
4ace7dd370
commit
ec50197b40
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class EventCommentNeededHelperTest extends TestCase
|
|||
$this->assertTrue($service->isCommentNeeded('part_edit'));
|
||||
$this->assertTrue($service->isCommentNeeded('part_create'));
|
||||
$this->assertFalse($service->isCommentNeeded('part_delete'));
|
||||
$this->assertFalse($service->isCommentNeeded('part_lot_operation'));
|
||||
$this->assertFalse($service->isCommentNeeded('part_stock_operation'));
|
||||
}
|
||||
|
||||
public function testIsCommentNeededInvalidTypeException()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue