getTestScopeConfig()->clean(); return $this; } /** * Retrieve Test Scope Config * * @return Config */ public function getTestScopeConfig() { if (!$this->testAppConfig) { $this->testAppConfig = ObjectManager::getInstance()->get(Config::class); } return $this->testAppConfig; } }