Exemplo n.º 1
0
Arquivo: Test.php Projeto: miper/miper
 /**
  * 测试导航
  * @return [type] [description]
  */
 function testList()
 {
     $doc = new Miper_Docs_Processor(__DIR__ . '/Lib/', 'Delegate.php', array());
     $navs = $doc->getNavs();
     //var_dump($navs);
     $this->assertEquals('foo', 'foo');
 }