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:
a50089b
)
MDL-58716 core: Define core_login_testsuite in phpunit.xml.dist
author
Jun Pataleta
<jun@moodle.com>
Wed, 5 Jul 2017 04:39:18 +0000
(12:39 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Wed, 5 Jul 2017 04:39:18 +0000
(12:39 +0800)
phpunit.xml.dist
patch
|
blob
|
blame
|
history
diff --git
a/phpunit.xml.dist
b/phpunit.xml.dist
index
7d80148
..
bdc119e
100644
(file)
--- a/
phpunit.xml.dist
+++ b/
phpunit.xml.dist
@@
-151,6
+151,9
@@
<testsuite name="core_block_testsuite">
<directory suffix="_test.php">blocks/tests</directory>
</testsuite>
+ <testsuite name="core_login_testsuite">
+ <directory suffix="_test.php">login/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@-->