MDL-19579 code coverage - add more initial $includecoverage attributes

This commit is contained in:
stronk7 2009-06-26 17:49:15 +00:00
parent d47cf63dec
commit 081a63a9eb
18 changed files with 33 additions and 1 deletions

View file

@ -14,6 +14,8 @@ if (!defined('MOODLE_INTERNAL')) {
class web_test extends UnitTestCase {
public static $includecoverage = array('lib/weblib.php');
function setUp() {
}