Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit ac7c7af

Browse files
committed
Merge branch 'hotfix/rename-phpunit-configuration' of https://github.com/Maks3w/zf2
27 parents 9c29042 + c300b5a + 293054e + e23a295 + badb6f8 + 6f95fe7 + 0cf8a1a + f02a226 + 00c4ac3 + 3f52720 + 5508474 + 49ed2f6 + d562686 + 67b42b2 + bdb1dae + 9809630 + 7304e37 + 752a5af + 8181c8f + 53bdac2 + c2f9414 + bcf2336 + b98761f + 385f9ee + 4426545 + 9a270c6 + b5e59f0 commit ac7c7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ result=0
77
for tested in "${testedcomponents[@]}"
88
do
99
echo "$tested:"
10-
phpunit -c $testdir/phpunit.xml $testdir/$tested
10+
phpunit -c $testdir/phpunit.xml.dist $testdir/$tested
1111
result=$(($result || $?))
1212
done
1313

0 commit comments

Comments
 (0)