mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
MDL-37077 phpunit: Adding phpunit tests for the ws api core_calendar_delete_event
This commit is contained in:
parent
01bea07d93
commit
644a7ef7a4
2 changed files with 260 additions and 0 deletions
|
@ -69,6 +69,9 @@
|
|||
<testsuite name="core_cache">
|
||||
<directory suffix="_test.php">cache/tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="core_calendar">
|
||||
<directory suffix="_test.php">calendar/tests</directory>
|
||||
</testsuite>
|
||||
|
||||
<!--Plugin suites: use admin/tool/phpunit/cli/util.php to build phpunit.xml from phpunit.xml.dist with up-to-date list of plugins in current install-->
|
||||
<!--@plugin_suites_start@-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue