mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Merge pull request #1215 from jbrooksuk/patch-1
Add `dump` to Laravel preset
This commit is contained in:
@ -142,6 +142,7 @@ final class Laravel extends AbstractPreset
|
|||||||
$this->expectations[] = expect([
|
$this->expectations[] = expect([
|
||||||
'dd',
|
'dd',
|
||||||
'ddd',
|
'ddd',
|
||||||
|
'dump',
|
||||||
'env',
|
'env',
|
||||||
'exit',
|
'exit',
|
||||||
'ray',
|
'ray',
|
||||||
|
|||||||
Reference in New Issue
Block a user