Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Coverage information for the core_block subsystem. More...
Public Member Functions | |
get_excludelists (string $plugindir) | |
Get the formatted XML list of files and folders to exclude. | |
get_includelists (string $plugindir) | |
Get the formatted XML list of files and folders to include. | |
Protected Attributes | |
array | $excludelistfiles = [] |
The list of files relative to the plugin root to exclude from coverage generation. | |
array | $excludelistfolders = [] |
The list of folders relative to the plugin root to exclude from coverage generation. | |
array | $includelistfiles |
The list of files relative to the plugin root to include in coverage generation. | |
array | $includelistfolders |
The list of folders relative to the plugin root to include in coverage generation. | |
Coverage information for the core_block subsystem.
Coverage information for the core_user subsystem.
Coverage information for the qtype_numerical.
Coverage information for the core_question.
Coverage information for the question_engine.
Coverage information for the core subsystem.
Coverage information for PHPUnit.
Coverage information for the core_course subsystem.
Coverage information for the core_completion.
|
final |
Get the formatted XML list of files and folders to exclude.
string | $plugindir | The root of the plugin, relative to the dataroot. |
array |
|
final |
Get the formatted XML list of files and folders to include.
string | $plugindir | The root of the plugin, relative to the dataroot. |
array |
|
protected |
The list of files relative to the plugin root to include in coverage generation.
|
protected |
The list of folders relative to the plugin root to include in coverage generation.