description = $description; } /** * Whether the test passed * @return bool */ public function isSuccess() { return $this->expected === $this->actual; } }