diff --git a/src/Expectation.php b/src/Expectation.php index f903bbd6..641b09e4 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -212,7 +212,7 @@ final class Expectation continue; } - (new self($this->value))->toEqual($callback); + $this->and($this->value)->toEqual($callback); break; }