From 66d2356bd3ec09771d35f0da0f464eca96134810 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 14 Mar 2013 14:21:45 +0000 Subject: [PATCH] MDL-47494 ddimageortext: Clean up comments in unit tests. --- question/type/ddimageortext/tests/question_test.php | 12 ++++++------ question/type/ddimageortext/tests/questiontype_test.php | 12 ++++++------ question/type/ddimageortext/tests/walkthrough_test.php | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/question/type/ddimageortext/tests/question_test.php b/question/type/ddimageortext/tests/question_test.php index cc35d4cefe9..32c2a69dfd3 100644 --- a/question/type/ddimageortext/tests/question_test.php +++ b/question/type/ddimageortext/tests/question_test.php @@ -17,9 +17,9 @@ /** * Unit tests for the drag-and-drop onto image question definition class. * - * @package qtype_ddimageortext - * @copyright 2010 The Open University - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @package qtype_ddimageortext + * @copyright 2010 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -33,9 +33,9 @@ require_once($CFG->dirroot . '/question/type/ddimageortext/tests/helper.php'); /** * Unit tests for the matching question definition class. * - * @copyright 2009 The Open University - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @group qtype_ddimageortext + * @copyright 2009 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @group qtype_ddimageortext */ class qtype_ddimageortext_question_test extends basic_testcase { diff --git a/question/type/ddimageortext/tests/questiontype_test.php b/question/type/ddimageortext/tests/questiontype_test.php index 41132a26163..287473b5716 100644 --- a/question/type/ddimageortext/tests/questiontype_test.php +++ b/question/type/ddimageortext/tests/questiontype_test.php @@ -17,9 +17,9 @@ /** * Unit tests for the drag-and-drop onto image question definition class. * - * @package qtype_ddimageortext - * @copyright 2010 The Open University - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @package qtype_ddimageortext + * @copyright 2010 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -33,9 +33,9 @@ require_once($CFG->dirroot . '/question/type/ddimageortext/tests/helper.php'); /** * Unit tests for the drag-and-drop onto image question definition class. * - * @copyright 2010 The Open University - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @group qtype_ddimageortext + * @copyright 2010 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @group qtype_ddimageortext */ class qtype_ddimageortext_test extends basic_testcase { /** @var qtype_ddimageortext instance of the question type class to test. */ diff --git a/question/type/ddimageortext/tests/walkthrough_test.php b/question/type/ddimageortext/tests/walkthrough_test.php index ea1ec43dfe7..ce7f431960f 100644 --- a/question/type/ddimageortext/tests/walkthrough_test.php +++ b/question/type/ddimageortext/tests/walkthrough_test.php @@ -17,9 +17,9 @@ /** * Unit tests for the drag-and-drop onto image question type. * - * @package qtype_ddimageortext - * @copyright 2010 The Open University - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @package qtype_ddimageortext + * @copyright 2010 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -33,9 +33,9 @@ require_once($CFG->dirroot . '/question/type/ddimageortext/tests/helper.php'); /** * Unit tests for the drag-and-drop onto image question type. * - * @copyright 2010 The Open University - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - * @group qtype_ddimageortext + * @copyright 2010 The Open University + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @group qtype_ddimageortext */ class qtype_ddimageortext_walkthrough_test extends qbehaviour_walkthrough_test_base { -- 2.11.4.GIT