Merge "Split mediawiki.special.preferences into separate file for each function"
[lhc/web/wiklou.git] / tests / phpunit / includes / collation / CollationFaTest.php
index f230197..53a4f7b 100644 (file)
@@ -7,6 +7,13 @@ class CollationFaTest extends MediaWikiTestCase {
         * against a random version of libicu
         */
 
+       public function setUp() {
+               parent::setUp();
+               if ( !extension_loaded( 'intl' ) ) {
+                       $this->markTestSkipped( "PHP extension 'intl' is not loaded, skipping." );
+               }
+       }
+
        /**
         * @dataProvider provideGetFirstLetter
         */