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:
77d9eca
)
MDL-61819 editor: add testsuite to phpunit.xml
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Mon, 16 Apr 2018 14:36:42 +0000
(16:36 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Mon, 16 Apr 2018 14:36:42 +0000
(16:36 +0200)
phpunit.xml.dist
patch
|
blob
|
blame
|
history
diff --git
a/phpunit.xml.dist
b/phpunit.xml.dist
index
49060b2
..
8870fcd
100644
(file)
--- a/
phpunit.xml.dist
+++ b/
phpunit.xml.dist
@@
-169,6
+169,9
@@
<testsuite name="core_plagiarism_testsuite">
<directory suffix="_test.php">plagiarism/tests</directory>
</testsuite>
+ <testsuite name="core_editor_testsuite">
+ <directory suffix="_test.php">lib/editor/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@-->