Skip to content

Commit 115d5ab

Browse files
committed
Ignore deprecated assert_options for now
1 parent 0e59d68 commit 115d5ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
assert_options(ASSERT_ACTIVE, true);
4-
assert_options(ASSERT_BAIL, true);
5-
assert_options(ASSERT_EXCEPTION, true);
6-
assert_options(ASSERT_WARNING, true);
3+
assert_options(ASSERT_ACTIVE, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
4+
assert_options(ASSERT_BAIL, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
5+
assert_options(ASSERT_EXCEPTION, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
6+
assert_options(ASSERT_WARNING, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
77

88
require(__DIR__ . '/../autoload.php');
99

0 commit comments

Comments
 (0)