false, 'environment' => 'test_relative']); static::$sharedKernel->boot(); } /** * @before */ public function setUpClient() { $this->client = static::createClient(['environment' => 'test_relative'], []); } }