소스 검색

added quote

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;
         }