stealth35 hace 14 años
padre
commit
6436da25bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Symfony/Tests/Component/Locale/TestCase.php

+ 1 - 1
tests/Symfony/Tests/Component/Locale/TestCase.php

@@ -75,7 +75,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase
             throw new \RuntimeException('The intl extension is not available');
         }
 
-        if (defined(INTL_ICU_VERSION)) {
+        if (defined('INTL_ICU_VERSION')) {
             return INTL_ICU_VERSION;
         }