stealth35 пре 14 година
родитељ
комит
6436da25bc
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
         }