jenkins-bot has submitted this change and it was merged. Change subject: tests: resources tests were not being run ......................................................................
tests: resources tests were not being run The ResourcesTest class under ./resources/ were not registered anywhere. This patch move it under the `structure` testsuite and phaseout the, now empty, `resources` directory. Change-Id: I53410e1dc83263c4c541f4dc278a9e616265d7b1 --- R tests/phpunit/structure/ResourcesTest.php 1 file changed, 0 insertions(+), 0 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/phpunit/resources/ResourcesTest.php b/tests/phpunit/structure/ResourcesTest.php similarity index 100% rename from tests/phpunit/resources/ResourcesTest.php rename to tests/phpunit/structure/ResourcesTest.php -- To view, visit https://gerrit.wikimedia.org/r/66117 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I53410e1dc83263c4c541f4dc278a9e616265d7b1 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
