tests: resources tests were not being run
authorAntoine Musso <hashar@free.fr>
Thu, 30 May 2013 15:05:34 +0000 (17:05 +0200)
committerAntoine Musso <hashar@free.fr>
Thu, 30 May 2013 15:17:46 +0000 (17:17 +0200)
commit67b935edb41dafa34b0ee2af58102c3dce03826b
tree267f8d06b94bc846add867114df511e37b4fb899
parent5570fca71b079e4e830e0412b9598b35f33892c4
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/ResourcesTest.php [deleted file]
tests/phpunit/structure/ResourcesTest.php [new file with mode: 0644]