|
|
@@ -893,6 +893,10 @@ class Zend_LocaleTest extends PHPUnit_Framework_TestCase
|
|
|
|
|
|
public function testEachDataFileShouldPresentAsLocaleData()
|
|
|
{
|
|
|
+ if (version_compare(PHP_VERSION, '5.3.2', 'lt')) {
|
|
|
+ $this->markTestSkipped('ReflectionMethod::setAccessible can only be run under 5.3.2 or later');
|
|
|
+ }
|
|
|
+
|
|
|
$dir = new DirectoryIterator(
|
|
|
dirname(__FILE__) . '/../../library/Zend/Locale/Data'
|
|
|
);
|