We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2476c2 commit b737e29Copy full SHA for b737e29
bench/bootstrap.php
@@ -9,6 +9,5 @@
9
assert_options(ASSERT_ACTIVE, 0);
10
assert_options(ASSERT_WARNING, 0);
11
assert_options(ASSERT_BAIL, 0);
12
-assert_options(ASSERT_QUIET_EVAL, 0);
13
14
require_once __DIR__ . '/../vendor/autoload.php';
tests/bootstrap.php
@@ -15,7 +15,6 @@
15
assert_options(ASSERT_ACTIVE, 1);
16
17
18
19
if (!class_exists('AssertionError')) {
20
// AssertionError has been added in PHP-7.0
21
class AssertionError extends Exception {};
0 commit comments