summaryrefslogtreecommitdiff
path: root/vendor/symfony/intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php')
-rw-r--r--vendor/symfony/intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/symfony/intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php b/vendor/symfony/intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php
index 7f4825f513..b2d7c63a93 100644
--- a/vendor/symfony/intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php
+++ b/vendor/symfony/intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php
@@ -50,6 +50,10 @@ class IntlBundleReaderTest extends \PHPUnit_Framework_TestCase
public function testReadDoesNotFollowFallback()
{
+ if (PHP_VERSION_ID < 50307 || PHP_VERSION_ID === 50400) {
+ $this->markTestSkipped('ResourceBundle handles disabling fallback properly only as of PHP 5.3.7 and 5.4.1.');
+ }
+
if (defined('HHVM_VERSION')) {
$this->markTestSkipped('ResourceBundle does not support disabling fallback properly on HHVM.');
}
@@ -66,6 +70,10 @@ class IntlBundleReaderTest extends \PHPUnit_Framework_TestCase
public function testReadDoesNotFollowFallbackAlias()
{
+ if (PHP_VERSION_ID < 50307 || PHP_VERSION_ID === 50400) {
+ $this->markTestSkipped('ResourceBundle handles disabling fallback properly only as of PHP 5.3.7 and 5.4.1.');
+ }
+
if (defined('HHVM_VERSION')) {
$this->markTestSkipped('ResourceBundle does not support disabling fallback properly on HHVM.');
}