Browse Source

added quote

stealth35 14 năm trước cách đây
mục cha
commit
6436da25bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }