Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d939d6e
)
MDL-67734 core_xapi: add xAPI testsuite
author
Ferran Recio
<ferran@moodle.com>
Thu, 13 Feb 2020 13:01:03 +0000
(14:01 +0100)
committer
Ferran Recio
<ferran@moodle.com>
Fri, 27 Mar 2020 11:08:45 +0000
(12:08 +0100)
phpunit.xml.dist
patch
|
blob
|
blame
|
history
diff --git
a/phpunit.xml.dist
b/phpunit.xml.dist
index
3819432
..
952ea81
100644
(file)
--- a/
phpunit.xml.dist
+++ b/
phpunit.xml.dist
@@
-194,6
+194,9
@@
<testsuite name="core_h5p_testsuite">
<directory suffix="_test.php">h5p/tests</directory>
</testsuite>
+ <testsuite name="core_xapi_testsuite">
+ <directory suffix="_test.php">lib/xapi/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@-->