From 67b935edb41dafa34b0ee2af58102c3dce03826b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 30 May 2013 17:05:34 +0200 Subject: [PATCH] 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 --- tests/phpunit/{resources => structure}/ResourcesTest.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/phpunit/{resources => structure}/ResourcesTest.php (100%) 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 -- 2.20.1