public function testGetDescendants()
 {
     $expect = array('silverstripe\\test\\classa' => array('silverstripe\\test\\ClassB', 'silverstripe\\test\\ClassH'));
     $this->assertEquals($expect, $this->manifest->getDescendants());
 }