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