protected function setup()
 {
     parent::setup();
     self::$kernel = self::createKernel();
     self::$kernel->boot();
 }