From c257025ccde75ce0b4f8969128b5a00fe34612e5 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 25 Jan 2013 12:12:12 +0000 Subject: [PATCH] MDL-37694 move quiz unit tests to the right place. Follow-on from MDL-37684. --- mod/quiz/{report => }/tests/reportlib_test.php | 0 phpunit.xml.dist | 3 --- 2 files changed, 3 deletions(-) rename mod/quiz/{report => }/tests/reportlib_test.php (100%) diff --git a/mod/quiz/report/tests/reportlib_test.php b/mod/quiz/tests/reportlib_test.php similarity index 100% rename from mod/quiz/report/tests/reportlib_test.php rename to mod/quiz/tests/reportlib_test.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 425f2fe810f..42f73e1f51d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -82,9 +82,6 @@ message/tests - - mod/quiz/report/tests - notes/tests