stopTeardownOnFailure = $stopTeardownOnFailure; } public function getStopTeardownOnFailure() { return $this->stopTeardownOnFailure; } public function setTagName($tagName) { $this->tagName = $tagName; } public function getTagName() { return $this->tagName; } }