public function __construct(object $object, string $method = 'equals') { $this->expected = $object; $this->method = $method; }