protected function setUp()
 {
     ini_set('error_reporting', E_ALL ^ E_USER_DEPRECATED);
     Bootstrap::init();
     $this->serviceManager = Bootstrap::getServiceManager();
 }