Browse Source

use apcu for phpunit.xml

Madalin-Gabriel Ignisca 10 years ago
parent
commit
b646694eb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -9,7 +9,7 @@
     >
     <php>
         <ini name="memory_limit" value="-1"/>
-        <ini name="apc.enable_cli" value="1"/>
+        <ini name="apcu.enable_cli" value="1"/>
     </php>
 
     <testsuites>