From 1ec9eeadae7dbf2a3d647c706ef276ae5e23d9ae 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 f62468b66d4..60714307283 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -64,9 +64,6 @@ question/type/tests question/engine/upgrade/tests - - mod/quiz/report/tests - rating/tests