diff --git a/www/admin/class_test.debug.php b/www/admin/class_test.debug.php
index c25306b8..490c5863 100644
--- a/www/admin/class_test.debug.php
+++ b/www/admin/class_test.debug.php
@@ -1,4 +1,5 @@
-DEBUG(html,strip): ".$debug->debug('CLASS-TEST-DEBUG', 'HTML TAG
PRINTERRORMSG:
".$debug->printErrorMsg()."
";
echo "CLASS DEBUG CALL
";
+// @codingStandardsIgnoreLine
class TestL
{
public $log;
@@ -74,6 +76,7 @@ class TestL
return true;
}
}
+// @codingStandardsIgnoreLine
class TestR extends TestL
{
public $foo;
@@ -101,6 +104,7 @@ print "CLASS EXTEND: DEBUG/tr: ".$tr->subTest()."
";
print "CLASS EXTEND: PRINTERRORMSG:
".$tr->log->printErrorMsg()."
";
// test attaching a logger from outside
+// @codingStandardsIgnoreLine
class AttachOutside
{
public $log;