Skip to content

Commit c6c41f1

Browse files
Revert "Fix PHPUnit bool server consts result in null (laravel#5409)" (laravel#5411)
This reverts commit 1c4af33.
1 parent 7cd15db commit c6c41f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
<server name="MAIL_MAILER" value="array"/>
2727
<server name="QUEUE_CONNECTION" value="sync"/>
2828
<server name="SESSION_DRIVER" value="array"/>
29-
<server name="TELESCOPE_ENABLED" value="(false)"/>
29+
<server name="TELESCOPE_ENABLED" value="false"/>
3030
</php>
3131
</phpunit>

0 commit comments

Comments
 (0)