Ejemplo n.º 1
0
 public function testStaticApiGenDocumentation()
 {
     $Documentation = Documentation::getApiGenDocumentation('MOC', 'Test', new DirectoryParameter(__DIR__), new DirectoryParameter(__DIR__ . '/Content/'));
     $this->assertInstanceOf('MOC\\V\\Component\\Documentation\\Component\\IBridgeInterface', $Documentation);
 }