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:
Marina Glancy
2019-01-18 14:28:18 +01:00
parent 01c1095954
commit 0e367a119c
14 changed files with 1486 additions and 1 deletions
+3
View File
@@ -92,6 +92,9 @@
<testsuite name="core_blog_testsuite">
<directory suffix="_test.php">blog/tests</directory>
</testsuite>
<testsuite name="core_customfield_testsuite">
<directory suffix="_test.php">customfield/tests</directory>
</testsuite>
<testsuite name="core_iplookup_testsuite">
<directory suffix="_test.php">iplookup/tests</directory>
</testsuite>