public function testGetConfigs()
 {
     $expect = array("{$this->base}/module/_config.php");
     $this->assertEquals($expect, $this->manifest->getConfigs());
 }