mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
applying enhancement to use single dd function
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user