mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-19579 code coverage - add more initial $includecoverage attributes
This commit is contained in:
parent
d47cf63dec
commit
081a63a9eb
18 changed files with 33 additions and 1 deletions
|
@ -6,6 +6,7 @@ if (!defined('MOODLE_INTERNAL')) {
|
|||
require_once($CFG->dirroot . '/lib/conditionlib.php');
|
||||
|
||||
class conditionlib_test extends FakeDBUnitTestCase {
|
||||
public static $includecoverage = array('lib/conditionlib.php');
|
||||
var $oldcfg;
|
||||
|
||||
public function setUp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue