Skip to content

Commit b2b7644

Browse files
authored
Merge pull request #48 from SimonFrings/rename
Rename phpunit.xml files
2 parents 4ee902f + 0da85d2 commit b2b7644

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
/.gitignore export-ignore
33
/.travis.yml export-ignore
44
/examples export-ignore
5-
/phpunit.xml export-ignore
6-
/phpunit-legacy.xml export-ignore
5+
/phpunit.xml.dist export-ignore
6+
/phpunit.xml.legacy export-ignore
77
/tests export-ignore

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ install:
2929

3030
script:
3131
- if [[ "$TRAVIS_PHP_VERSION" > "7.2" ]]; then vendor/bin/phpunit --coverage-text; fi
32-
- if [[ "$TRAVIS_PHP_VERSION" < "7.3" ]]; then vendor/bin/phpunit --coverage-text -c phpunit-legacy.xml; fi
32+
- if [[ "$TRAVIS_PHP_VERSION" < "7.3" ]]; then vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy; fi
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)