moodlehq / moodle-local_codechecker

A Moodle local plugin providing a simple web UI to run the MoodleCS coding style checks with PHP_CodeSniffer.
63 stars 72 forks source link

Make the fixer able to fix testcase name to match file name #164

Closed stronk7 closed 2 years ago

stronk7 commented 2 years ago

Not much to say, while looking for various different approaches towards getting a bunch of test cases moved to the new policy (see MDL-71049 ) I came with this tiny change, so now those class names can be auto-fixed.

Note this doesn't add the namespace or other bits, only the class name, the remaining problems will continue being reported.

stronk7 commented 2 years ago

(self-merged, ~ 2 weeks)