Skip to content

Commit e63e097

Browse files
committed
Adjust Travis script according to uppercase test directories
1 parent a1b6994 commit e63e097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis/before_script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ composer dumpautoload
4545
# prepare for test suite
4646
case $TEST_SUITE in
4747
integration)
48-
cp vendor/$COMPOSER_PACKAGE_NAME/tests/integration/phpunit.xml.dist dev/tests/integration/phpunit.xml
48+
cp vendor/$COMPOSER_PACKAGE_NAME/tests/Integration/phpunit.xml.dist dev/tests/integration/phpunit.xml
4949

5050
cd dev/tests/integration
5151

@@ -63,6 +63,6 @@ case $TEST_SUITE in
6363
cd ../../..
6464
;;
6565
unit)
66-
cp vendor/$COMPOSER_PACKAGE_NAME/tests/unit/phpunit.xml.dist dev/tests/unit/phpunit.xml
66+
cp vendor/$COMPOSER_PACKAGE_NAME/tests/Unit/phpunit.xml.dist dev/tests/unit/phpunit.xml
6767
;;
6868
esac

0 commit comments

Comments
 (0)