We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e59d68 commit 115d5abCopy full SHA for 115d5ab
tests/test.php
@@ -1,9 +1,9 @@
1
<?php
2
3
-assert_options(ASSERT_ACTIVE, true);
4
-assert_options(ASSERT_BAIL, true);
5
-assert_options(ASSERT_EXCEPTION, true);
6
-assert_options(ASSERT_WARNING, true);
+assert_options(ASSERT_ACTIVE, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
+assert_options(ASSERT_BAIL, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
+assert_options(ASSERT_EXCEPTION, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
+assert_options(ASSERT_WARNING, true); // phpcs:ignore Generic.PHP.DeprecatedFunctions.Deprecated
7
8
require(__DIR__ . '/../autoload.php');
9
0 commit comments