test: support cross-version coverage metadata
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user