diff --git a/src/Expectation.php b/src/Expectation.php index 5328052b..c8f60d25 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -130,13 +130,7 @@ final class Expectation return; } - if (function_exists('dd')) { - dd($this->value, ...$arguments); - } - - var_dump($this->value); - - exit(1); + $this->dd($this->value, ...$arguments); } /**