예제 #1
0
 public function testLoad()
 {
     $metadata = $this->object->load('AnnotationLoaderTest_TestEntity');
     $expected = \Nette\Utils\LimitedScope::load(self::getFixtuteDir() . '/TestEntityMetadata.php');
     $this->assertEquals($expected, $metadata);
 }