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
(parent:
8d3238d
)
MDL-61958 rss: Add rss test suite
author
David Monllao
<davidm@moodle.com>
Wed, 18 Apr 2018 15:34:19 +0000
(17:34 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Wed, 18 Apr 2018 16:23:59 +0000
(18:23 +0200)
phpunit.xml.dist
patch
|
blob
|
blame
|
history
diff --git
a/phpunit.xml.dist
b/phpunit.xml.dist
index
3ce5f96
..
f2c2894
100644
(file)
--- a/
phpunit.xml.dist
+++ b/
phpunit.xml.dist
@@
-175,6
+175,9
@@
<testsuite name="core_editor_testsuite">
<directory suffix="_test.php">lib/editor/tests</directory>
</testsuite>
+ <testsuite name="core_rss_testsuite">
+ <directory suffix="_test.php">rss/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@-->