Skip to content

Commit 5bff1b7

Browse files
authored
Remove apc.enable_cli setting from phpunit config
1 parent 2d5a09f commit 5bff1b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd">
33
<php>
44
<ini name="memory_limit" value="-1"/>
5-
<ini name="apc.enable_cli" value="1"/>
65
<!-- E_ALL => 32767 -->
76
<!-- E_ALL & ~E_USER_DEPRECATED => 16383 -->
87
<ini name="error_reporting" value="32767"/>

0 commit comments

Comments
 (0)