Example #1
0
 /**
  * @covers \Ilios\CoreBundle\Entity\AuditLog::setObjectId
  * @covers \Ilios\CoreBundle\Entity\AuditLog::getObjectId
  */
 public function testSetObjectIdForcesInt()
 {
     $this->object->setObjectId('');
     $this->assertSame(0, $this->object->getObjectId());
 }