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 c8f89e6568e9ecc966998b35cdfb017432dd84c9 (commit)
from 62749942a684aad75d375375b4878fbf436b4f29 (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=c8f89e6568e9ecc966998b35cdfb017432dd84c9
commit c8f89e6568e9ecc966998b35cdfb017432dd84c9
Author: Franck Villaume <[email protected]>
Date: Wed Feb 27 19:42:03 2019 +0100
try #4 to fix phpunit usage since the platform upgrade
diff --git a/tests/buildbot-configuration-phpunit.xml
b/tests/buildbot-configuration-phpunit.xml
index f4edc28..1567cf8 100644
--- a/tests/buildbot-configuration-phpunit.xml
+++ b/tests/buildbot-configuration-phpunit.xml
@@ -7,4 +7,12 @@
<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 | 8 ++++++++
1 file changed, 8 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits