mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-03 06:54:34 +02:00
Fixed inspection issues.
This commit is contained in:
parent
0fe83c7b3a
commit
eb9b24d5d7
20 changed files with 33 additions and 49 deletions
|
@ -139,7 +139,7 @@ class AbstractLogEntryTest extends TestCase
|
|||
$this->assertSame(10, $log->getTargetID());
|
||||
|
||||
$log->setTargetElement(null);
|
||||
$this->assertSame(null, $log->getTargetClass());
|
||||
$this->assertSame(null, $log->getTargetID());
|
||||
$this->assertNull($log->getTargetClass());
|
||||
$this->assertNull($log->getTargetID());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue