mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +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
|
@ -48,6 +48,8 @@ foreach ($repository_plugins as $plugin) {
|
|||
|
||||
class repositorylib_test extends FakeDBUnitTestCase {
|
||||
|
||||
public static $includecoverage = array('repository/lib.php');
|
||||
|
||||
function setup() {
|
||||
parent::setup();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue