MDL-50926 phpunit: Advanced testcase should extend base_testcase
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
b80b35d0fc
commit
b9432e1a7d
@@ -32,7 +32,7 @@
|
||||
* @copyright 2012 Petr Skoda {@link http://skodak.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
abstract class advanced_testcase extends PHPUnit_Framework_TestCase {
|
||||
abstract class advanced_testcase extends base_testcase {
|
||||
/** @var bool automatically reset everything? null means log changes */
|
||||
private $resetAfterTest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user