Example #1
0
 /**
  * @covers Tip\Annotation\EntityMetadata::getClassI18n
  *
  */
 public function testGetId()
 {
     $i = $this->object->getId();
     $this->assertInstanceOf('Max\\Ann\\Entity\\Id', $i);
 }