Skip to content

Commit b737e29

Browse files
committed
removed usage of ASSERT_QUIET_EVAL in tests
1 parent e2476c2 commit b737e29

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bench/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
assert_options(ASSERT_ACTIVE, 0);
1010
assert_options(ASSERT_WARNING, 0);
1111
assert_options(ASSERT_BAIL, 0);
12-
assert_options(ASSERT_QUIET_EVAL, 0);
1312

1413
require_once __DIR__ . '/../vendor/autoload.php';

tests/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
assert_options(ASSERT_ACTIVE, 1);
1616
assert_options(ASSERT_WARNING, 0);
1717
assert_options(ASSERT_BAIL, 0);
18-
assert_options(ASSERT_QUIET_EVAL, 0);
1918
if (!class_exists('AssertionError')) {
2019
// AssertionError has been added in PHP-7.0
2120
class AssertionError extends Exception {};

0 commit comments

Comments
 (0)