public function testShouldRaiseExceptionIfInitializerClassIsNotAnInitializerInterfaceImplementation()
 {
     $this->setExpectedException('Zend\\ServiceManager\\Exception\\InvalidArgumentException');
     $result = $this->serviceManager->addInitializer(get_class($this));
 }