setDescription("Performs a check against the environment and configuration. Give some advices for production settings."); return $this; } protected function provideRequirements() { return [ BinariesProbe::create($this->container), CacheServerProbe::create($this->container), DataboxStructureProbe::create($this->container), FilesystemProbe::create($this->container), LocalesProbe::create($this->container), PhpProbe::create($this->container), SearchEngineProbe::create($this->container), SubdefsPathsProbe::create($this->container), SystemProbe::create($this->container), ]; } }