Skip to content

Commit 854f1d6

Browse files
tests: show more informations
1 parent aefed6e commit 854f1d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/src/integration/_utils.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Active assert and make it quiet
33
assert_options(ASSERT_ACTIVE, 1);
44
assert_options(ASSERT_WARNING, 0);
5-
// Set up the callback
6-
assert_options(ASSERT_CALLBACK, fn () => exit(1));
75

86
function assert_exception_thrown(callable $callback): void
97
{

0 commit comments

Comments
 (0)