diff --git a/test/phpunit/BlockedLogAndLNETest.php b/test/phpunit/BlockedLogAndLNETest.php index 335a42ddd0d..741842d92fc 100644 --- a/test/phpunit/BlockedLogAndLNETest.php +++ b/test/phpunit/BlockedLogAndLNETest.php @@ -54,6 +54,8 @@ class BlockedLogAndLNETest extends CommonClassTest /** * testBlockedLogAndLNETest * + * #LNE8-QU2507-0048 + * * @return int */ public function testBlockedLogAndLNETest() @@ -82,4 +84,5 @@ class BlockedLogAndLNETest extends CommonClassTest // TODO Add more tests + // #LNExxx } diff --git a/test/phpunit/SecurityGETPOSTTest.php b/test/phpunit/SecurityGETPOSTTest.php index d7419a04fe7..59940a65dfd 100644 --- a/test/phpunit/SecurityGETPOSTTest.php +++ b/test/phpunit/SecurityGETPOSTTest.php @@ -67,6 +67,8 @@ $conf->global->MAIN_DISABLE_ALL_MAILS = 1; /** * Class for PHPUnit tests * + * #LNE1-QU2507-0005 + * * @backupGlobals disabled * @backupStaticAttributes enabled * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased. diff --git a/test/phpunit/SecurityLoginTest.php b/test/phpunit/SecurityLoginTest.php index 2e4d190567c..82d02720402 100644 --- a/test/phpunit/SecurityLoginTest.php +++ b/test/phpunit/SecurityLoginTest.php @@ -70,6 +70,8 @@ $conf->global->MAIN_DISABLE_ALL_MAILS = 1; /** * Class for PHPUnit tests * + * #LNE1-QU2507-0005 + * * @backupGlobals disabled * @backupStaticAttributes enabled * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased. diff --git a/test/phpunit/SecurityTest.php b/test/phpunit/SecurityTest.php index da29c63e615..fc719e8f1c1 100644 --- a/test/phpunit/SecurityTest.php +++ b/test/phpunit/SecurityTest.php @@ -74,6 +74,8 @@ print "Memory limit: ". ini_get('memory_limit')."\n"; /** * Class for PHPUnit tests * + * #LNE1-QU2507-0005 + * * @backupGlobals disabled * @backupStaticAttributes enabled * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.