client = Utility::getClient(); $this->yamlSetup(); } protected function tearDown(): void { $this->yamlTearDown(); Utility::cleanUpCluster($this->client); } private function yamlSetup() { :setup } private function yamlTearDown() { :teardown } :tests }