From 3d5a31be99f7acc79de8577d932e23b735048c87 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 10 Apr 2024 16:15:07 +0200 Subject: [PATCH] Check that new moodle.Commenting Sniffs are working ok --- tests/behat/ui.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/behat/ui.feature b/tests/behat/ui.feature index b71abd1b..0256c4f9 100644 --- a/tests/behat/ui.feature +++ b/tests/behat/ui.feature @@ -22,7 +22,8 @@ Feature: Codechecker UI works as expected | local/codechecker/tests/ | Files found: 11 | Invalid path | | local/codechecker/tests/locallib_test.php | Well done! | Invalid path | | local/codechecker/tests/fixtures/behat/problem.php | Files found: 1 | Invalid path | - | local/codechecker/tests/fixtures/behat/problem.php | Total: 2 error(s) and 1 warning(s) | Well done! | + | local/codechecker/tests/fixtures/behat/problem.php | Total: 5 error(s) and 1 warning(s) | Well done! | + | local/codechecker/tests/fixtures/behat/problem.php | Missing docblock for file problem | Well done! | | local/codechecker/tests/fixtures/behat/problem.php | Inline comments must end | Well done! | | local/codechecker/tests/fixtures/behat/problem.php | Expected MOODLE_INTERNAL check | Well done! |