getMetadataFactory() public method

{@inheritDoc}
public getMetadataFactory ( )
コード例 #1
0
ファイル: FilterTest.php プロジェクト: rdohms/dms-filter
 public function testGetMetadataFactory()
 {
     $this->assertInstanceOf('DMS\\Filter\\Mapping\\ClassMetadataFactory', $this->filter->getMetadataFactory());
 }