diff --git a/src/ArchPresets/Php.php b/src/ArchPresets/Php.php index b6d86060..b70a2a11 100644 --- a/src/ArchPresets/Php.php +++ b/src/ArchPresets/Php.php @@ -19,6 +19,7 @@ final class Php extends AbstractPreset { $this->expectations[] = expect([ 'debug_zval_dump', + 'debug_backtrace', 'debug_print_backtrace', 'dump', 'ray',