Skip to content

Commit 2c04a10

Browse files
authored
Fix CI (#1008)
1 parent 7df724a commit 2c04a10

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
/.* export-ignore
44
/tests/ export-ignore
5-
/phpunit.xml export-ignore
5+
/phpunit.xml.dist export-ignore
66

77
* text eol=lf

.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<phpunit xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
44
xsi:noNamespaceSchemaLocation='./vendor/phpunit/phpunit/phpunit.xsd'
55
bootstrap='./tests/autoload.php'
6+
cacheDirectory='.phpunit.cache'
67
cacheResult='false'
78
colors='true'
89
displayDetailsOnTestsThatTriggerDeprecations='true'

0 commit comments

Comments
 (0)