We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8394094 + 2c04a10 commit c28f11eCopy full SHA for c28f11e
.gitattributes
@@ -2,6 +2,6 @@
2
3
/.* export-ignore
4
/tests/ export-ignore
5
-/phpunit.xml export-ignore
+/phpunit.xml.dist export-ignore
6
7
* text eol=lf
.gitignore
@@ -1,2 +1,3 @@
1
/vendor/
/composer.lock
+/phpunit.xml
phpunit.xml phpunit.xml.distphpunit.xml renamed to phpunit.xml.dist
@@ -3,6 +3,7 @@
<phpunit xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='./vendor/phpunit/phpunit/phpunit.xsd'
bootstrap='./tests/autoload.php'
+ cacheDirectory='.phpunit.cache'
cacheResult='false'
8
colors='true'
9
displayDetailsOnTestsThatTriggerDeprecations='true'
0 commit comments