Skip to content

Commit

Permalink
MDL-60611 phpunit: ignore risky (empty) unit tests
Browse files Browse the repository at this point in the history
At some point we should review them, removing or moving stuff.
  • Loading branch information
stronk7 committed Nov 2, 2017
1 parent 801a372 commit 6be1923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
beStrictAboutTestsThatDoNotTestAnything="false"
printerClass="Hint_ResultPrinter"
testSuiteLoaderClass="phpunit_autoloader"
>
Expand Down

0 comments on commit 6be1923

Please sign in to comment.