This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via c89c0fbd041bd5cc8c8df9fed24dedbed7fba7cf (commit)
from c8f89e6568e9ecc966998b35cdfb017432dd84c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c89c0fbd041bd5cc8c8df9fed24dedbed7fba7cf
commit c89c0fbd041bd5cc8c8df9fed24dedbed7fba7cf
Author: Franck Villaume <[email protected]>
Date: Sun Mar 3 18:53:16 2019 +0100
try #5 to fix phpunit usage since the platform upgrade
diff --git a/tests/buildbot-configuration-phpunit.xml
b/tests/buildbot-configuration-phpunit.xml
index 1567cf8..7f7eed7 100644
--- a/tests/buildbot-configuration-phpunit.xml
+++ b/tests/buildbot-configuration-phpunit.xml
@@ -1,4 +1,6 @@
-<phpunit>
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.4/phpunit.xsd"
+ verbose="true">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../src</directory>
@@ -7,12 +9,4 @@
<php>
<includePath>../src</includePath>
</php>
- <testsuites>
- <testsuite name="Unit Tests">
- <directory>../tests/unit</directory>
- </testsuite>
- <testsuite name="Code Tests">
- <directory>../tests/code</directory>
- </testsuite>
- </testsuites>
</phpunit>
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot-configuration-phpunit.xml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits