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.
1 parent 7df724a commit 2c04a10Copy full SHA for 2c04a10
.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 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