diff --git a/src/Expectation.php b/src/Expectation.php index 5a118e00..3310451c 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -258,6 +258,7 @@ final class Expectation ->send(...$parameters) ->through($this->pipes($method, $this, Expectation::class)) ->run(); + return $this; }