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