Skip to content

Commit b952dcb

Browse files
fix: Disable the dump helper in the test bootstrapper
1 parent ec7e2f6 commit b952dcb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
error_reporting(E_ALL);
66

7+
define('KIRBY_HELPER_DUMP', false);
8+
79
ini_set('memory_limit', '512M');
810
ini_set('display_errors', 'on');
911
ini_set('display_startup_errors', 'on');

0 commit comments

Comments
 (0)