X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/user/tests
home
/
cbholdings
/
pasukulu
/
user
/
tests
/
📁
..
📁
behat
📄
coverage.php
(1.08 KB)
📄
devicekey_test.php
(2.16 KB)
📄
editlib_test.php
(5.1 KB)
📁
external
📄
externallib_test.php
(76.44 KB)
📄
fields_test.php
(27.7 KB)
📁
fixtures
📄
group_non_members_selector_test.php
(4.83 KB)
📄
myprofile_test.php
(15.82 KB)
📁
privacy
📄
profilelib_test.php
(14.83 KB)
📁
reportbuilder
📁
search
📁
table
📄
userlib_test.php
(45.65 KB)
📄
userroleseditable_test.php
(2.96 KB)
📄
userselector_test.php
(10.53 KB)
Editing: coverage.php
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Coverage information for the core_user subsystem. * * @copyright 2021 Andrew Nicols <andrew@nicols.co.uk> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ return new class extends phpunit_coverage_info { /** @var array The list of files relative to the plugin root to include in coverage generation. */ protected $includelistfiles = [ 'editlib.php', ]; };
Upload File
Create Folder