Jelajahi Sumber

added quote

stealth35 14 tahun lalu
induk
melakukan
6436da25bc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
         }