ResourceLoader: Mark ForeignResourceStructureTest as @group Standalone

Follow-up 3270283abf.

This way the test is only run on commits made to this repo, not on all
skins and extensions, and so saving an awful lot of downloads from
happening in CI unnecessarily.

Bug: T203694
Change-Id: I071be5821711fb8b039ff24293f66a8ff9d70514
This commit is contained in:
James D. Forrester 2022-10-27 17:16:21 -04:00 committed by Krinkle
parent f48218a6db
commit 2cf45bc934

View file

@ -1,6 +1,7 @@
<?php
/**
* @group Standalone
* @coversNothing
*/
class ForeignResourceStructureTest extends \PHPUnit\Framework\TestCase {