Skip to content

Commit

Permalink
MDL-33995 - unit tests: fix class name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jul 2, 2012
1 parent 0864190 commit c3f59e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course/tests/externallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @copyright 2012 Jerome Mouneyrac
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class core_course_external_testcase extends externallib_testcase {
class core_course_external_testcase extends externallib_advanced_testcase {

/**
* Tests set up
Expand Down
2 changes: 1 addition & 1 deletion webservice/tests/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @copyright 2012 Jerome Mouneyrac
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
abstract class externallib_testcase extends advanced_testcase {
abstract class externallib_advanced_testcase extends advanced_testcase {

/**
* Assign a capability to $USER
Expand Down

0 comments on commit c3f59e0

Please sign in to comment.