tests: Add ResourceLoaderTestCase and abstract context creation
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 7 Mar 2014 17:18:31 +0000 (18:18 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 7 Mar 2014 19:09:59 +0000 (20:09 +0100)
commit9976cef4edfd1b24014f8bece428d43b5163beb0
treef831d7c5d04d16a44773760b9887922a15cef876
parent142db358fc57bcdb452f5e8ef5071b25c87f6f36
tests: Add ResourceLoaderTestCase and abstract context creation

Change-Id: Ib4b265256e60a2f2109da73dc7edba6a75587ce2
tests/TestsAutoLoader.php
tests/phpunit/ResourceLoaderTestCase.php [new file with mode: 0644]
tests/phpunit/includes/ResourceLoaderModuleTest.php [deleted file]
tests/phpunit/includes/ResourceLoaderTest.php [deleted file]
tests/phpunit/includes/resourceloader/ResourceLoaderModuleTest.php [new file with mode: 0644]
tests/phpunit/includes/resourceloader/ResourceLoaderTest.php [new file with mode: 0644]
tests/phpunit/structure/StructureTest.php