mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-69166 core: define payment as a subsystem and pg as a plugin type
This commit is contained in:
parent
aed0ee06f9
commit
9d77bf7c9b
3 changed files with 7 additions and 2 deletions
|
@ -36,7 +36,7 @@ class core_component_testcase extends advanced_testcase {
|
|||
* this is defined here to annoy devs that try to add more without any thinking,
|
||||
* always verify that it does not collide with any existing add-on modules and subplugins!!!
|
||||
*/
|
||||
const SUBSYSTEMCOUNT = 71;
|
||||
const SUBSYSTEMCOUNT = 72;
|
||||
|
||||
public function setUp(): void {
|
||||
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue