public function testInternalInitializersShouldRegisterResourceNames()
 {
     $bootstrap = new TestAsset\ZfAppBootstrap($this->application);
     $test = $bootstrap->getClassResourceNames();
     $resources = array('foo', 'bar', 'barbaz');
     $this->assertEquals($resources, $test);
 }