Example #1
0
 /**
  * @covers Tip\Annotation\EntityMetadata::getEntityName
  *
  */
 public function testGetEntityName()
 {
     $m = $this->object->getEntityName();
     $this->assertEquals('Aaa\\Entity\\User', $m);
 }