NEW Activate PHPUnit with tests on permission on $action ==...

This commit is contained in:
Laurent Destailleur
2024-09-03 16:33:02 +02:00
parent c79f72f785
commit 8cdef1d713
5 changed files with 50 additions and 55 deletions

View File

@@ -665,7 +665,8 @@ class CodingPhpTest extends CommonClassTest
break;
}
}
//$this->assertTrue($ok, 'Found a test on action without check on permission and without comment to say this is expected, in file '.$file['relativename'].'.');
$this->assertTrue($ok, 'Found a test on $action, without check on permission on same line and without the comment "// Test on permission already done", in file '.$file['relativename'].'.');
}
}