Skip to content

Commit 304d27d

Browse files
Merge pull request #13 from svenluijten/phpunit-xml-dist
Use phpunit.xml.dist
2 parents e43a422 + 19f7790 commit 304d27d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor/
22
composer.lock
3+
phpunit.xml

phpunit.xml renamed to phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
<directory suffix="Test.php">./tests</directory>
1818
</testsuite>
1919
</testsuites>
20-
</phpunit>
20+
</phpunit>

0 commit comments

Comments
 (0)