Skip to content

Commit 312fbe2

Browse files
committed
fix: update phpunit env variable
1 parent ed638a6 commit 312fbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<php>
3232
<env name="ENVIRONMENT" value="testing" />
3333
<env name="BASE_URI" value="" />
34-
<env name="CACHE" value="null" />
34+
<env name="INTERNAL_CACHES" value="null" />
3535
<env name="DISCOVERY_CACHE" value="true" />
3636
</php>
3737
</phpunit>

0 commit comments

Comments
 (0)