Skip to content

Commit

Permalink
Check that new moodle.Commenting Sniffs are working ok
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 10, 2024
1 parent c909a21 commit 58cd1ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/behat/ui.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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! |

Expand Down

0 comments on commit 58cd1ce

Please sign in to comment.