Skip to content

Commit 55e11bc

Browse files
committed
fix: tmp views folder
1 parent 141ced7 commit 55e11bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.ci.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<server name="QUEUE_CONNECTION" value="sync"/>
2626
<server name="SESSION_DRIVER" value="array"/>
2727
<server name="TELESCOPE_ENABLED" value="false"/>
28-
<server name="VIEW_COMPILED_PATH" value="/tmp/views"/>
2928
<server name="LOG_CHANNEL" value="null"/>
3029
<env name="PEST_PARALLEL_PROCESSES" value="4"/>
3130
</php>
@@ -34,4 +33,4 @@
3433
<directory suffix=".php">./app</directory>
3534
</include>
3635
</source>
37-
</phpunit>
36+
</phpunit>

0 commit comments

Comments
 (0)