MDL-37077 phpunit: Adding phpunit tests for the ws api core_calendar_delete_event

This commit is contained in:
Ankit Agarwal 2012-12-10 16:18:07 +08:00
parent 01bea07d93
commit 644a7ef7a4
2 changed files with 260 additions and 0 deletions

View file

@ -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@-->