mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
applying enhancement to use single dd function
This commit is contained in:
@ -130,13 +130,7 @@ final class Expectation
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (function_exists('dd')) {
|
$this->dd($this->value, ...$arguments);
|
||||||
dd($this->value, ...$arguments);
|
|
||||||
}
|
|
||||||
|
|
||||||
var_dump($this->value);
|
|
||||||
|
|
||||||
exit(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user