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:
801a372
)
MDL-60611 phpunit: ignore risky (empty) unit tests
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 2 Nov 2017 21:01:43 +0000
(22:01 +0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 2 Nov 2017 22:45:35 +0000
(23:45 +0100)
At some point we should review them, removing or moving stuff.
phpunit.xml.dist
patch
|
blob
|
blame
|
history
diff --git
a/phpunit.xml.dist
b/phpunit.xml.dist
index
720b79c
..
963f63c
100644
(file)
--- a/
phpunit.xml.dist
+++ b/
phpunit.xml.dist
@@
-13,6
+13,7
@@
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
+ beStrictAboutTestsThatDoNotTestAnything="false"
printerClass="Hint_ResultPrinter"
testSuiteLoaderClass="phpunit_autoloader"
>