Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Nicols 35e27f754e MDL-86016 tests: Make install.xml test less restrictive 2025-07-15 09:32:55 +08:00
Petr Skoda c652c8e4d3 MDL-85666 phpunit: add general plugin tests
This defines new group which can be used
to limit execution of these tests to one plugin only.

For example to execute all tests for Label module use:

phpunit --testsuite=mod_label_testsuite
phpunit --group=plugin_checks --filter=mod_label

or

phpunit --filter=mod_label
2025-07-02 07:12:33 +02:00