1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/10839] Fix note about running slow tests and build task

PHPBB3-10839
This commit is contained in:
Joas Schilling
2014-05-09 11:13:10 +02:00
parent 8a9b1a8fed
commit 333120a992
2 changed files with 9 additions and 6 deletions

View File

@@ -67,7 +67,6 @@
<exec dir="."
command="phpBB/vendor/bin/phpunit
--log-junit build/logs/phpunit.xml
--configuration phpunit.xml.all
--group slow
--coverage-clover build/logs/clover-slow.xml
--coverage-html build/coverage-slow"