mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Add trap to list
Adding trap function from https://github.com/buggregator/trap docs: https://docs.buggregator.dev/trap/getting-started.html
This commit is contained in:
@ -71,6 +71,7 @@ final class Base extends AbstractPreset
|
|||||||
'xdebug_stop_trace',
|
'xdebug_stop_trace',
|
||||||
'xdebug_time_index',
|
'xdebug_time_index',
|
||||||
'xdebug_var_dump',
|
'xdebug_var_dump',
|
||||||
|
'trap',
|
||||||
])->not->toBeUsed();
|
])->not->toBeUsed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user