test: support cross-version coverage metadata
Moodle Plugin CI / Test (mysql) (push) Successful in 3m2s
Moodle Plugin CI / Test (postgresql) (push) Successful in 4m19s

This commit is contained in:
2026-08-24 00:12:58 +04:00
parent 82023483ff
commit 6c447a060e
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -24,10 +24,12 @@
namespace local_webhooks;
#[\PHPUnit\Framework\Attributes\CoversFunction('local_webhooks_get_event_choices')]
/**
* Runtime autonomy tests.
*
* @covers ::local_webhooks_get_event_choices
*/
#[\PHPUnit\Framework\Attributes\CoversFunction('local_webhooks_get_event_choices')]
final class autonomy_test extends \advanced_testcase {
/**
* Event choices keep their storage format and custom event names are strings.