mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-32149 setUp() and tearDown() are supposed to be 'protected', add missing blog testcase
This commit is contained in:
parent
814a96edfb
commit
1cbf2a20ca
15 changed files with 29 additions and 26 deletions
|
@ -30,7 +30,7 @@ class ddl_testcase extends database_driver_testcase {
|
|||
private $tables = array();
|
||||
private $records= array();
|
||||
|
||||
public function setUp() {
|
||||
protected function setUp() {
|
||||
//global $CFG;
|
||||
//require_once($CFG->libdir . '/adminlib.php');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue