コード例 #1
0
 public function testGetCurrentModuleMapWithoutAMap()
 {
     $o = new vsc();
     try {
         $o->getCurrentModuleMap();
     } catch (\Exception $e) {
         $this->assertInstanceOf(ExceptionSitemap::class, $e);
     }
 }