MDL-80591 phpunit: Coding style cleanup both CLI scripts
commit9f10626533b58e5baa42ef093bc9a2522c806790
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 13 Jan 2024 17:46:45 +0000 (13 18:46 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 13 Jan 2024 17:46:45 +0000 (13 18:46 +0100)
tree50a4c67a9533e5e10a0d56a00b81486629871c49
parent5f31b37e1dc0a06562e65c113eede1eeb4d25199
MDL-80591 phpunit: Coding style cleanup both CLI scripts

While the init.php was cleaned up not long ago, let's
re-review it (small detail only) and proceed to, also,
clean up the util.php one.

Note that both will raise an error about missing MOODLE_INTERNAL
check, but that's expected, they are CLI scripts, independent
from Moodle's bootstrap, so they don't have config.php required
either.
admin/tool/phpunit/cli/init.php
admin/tool/phpunit/cli/util.php