mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +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
|
@ -14,6 +14,7 @@ require_once($CFG->libdir.'/simplepie/moodle_simplepie.php');
|
|||
|
||||
class moodlesimplepie_test extends UnitTestCase {
|
||||
|
||||
public static $includecoverage = array('lib/simplepie/moodle_simplepie.php');
|
||||
var $testurl = 'http://download.moodle.org/unittest/rsstest.xml';
|
||||
|
||||
function test_getfeed(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue