MDL-50926 phpunit: Advanced testcase should extend base_testcase

This commit is contained in:
Rajesh Taneja
2015-08-11 02:37:28 +02:00
committed by Eloy Lafuente (stronk7)
parent b80b35d0fc
commit b9432e1a7d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
* @copyright 2012 Petr Skoda {@link http://skodak.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
abstract class basic_testcase extends \base_testcase {
abstract class basic_testcase extends base_testcase {
/**
* Constructs a test case with the given name.