MDL-57898 core_customfield: Custom fields API

This commit is part of work on Custom fields API,
to minimize commit history in moodle core the work of a team of developers was split
into several commits with different authors but the authorship of individual
lines of code may be different from the commit author.
This commit is contained in:
Ruslan Kabalin 2019-01-11 11:44:38 +01:00 committed by Marina Glancy
parent 0e367a119c
commit 493e7526f9
4 changed files with 525 additions and 1 deletions

View file

@ -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 = 67;
const SUBSYSTEMCOUNT = 68;
public function setUp() {
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');