public function testGetInterfaces()
 {
     $expect = array('silverstripe\\test\\interfacea' => "{$this->base}/module/interfaces/InterfaceA.php");
     $this->assertEquals($expect, $this->manifest->getInterfaces());
 }