mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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:
parent
0e367a119c
commit
493e7526f9
4 changed files with 525 additions and 1 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 = 67;
|
||||
const SUBSYSTEMCOUNT = 68;
|
||||
|
||||
public function setUp() {
|
||||
$psr0namespaces = new ReflectionProperty('core_component', 'psr0namespaces');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue