merged latest master
[lhc/web/wiklou.git] / tests / phpunit / includes / TitleMethodsTest.php
index 4edff72..de8f18f 100644 (file)
@@ -102,7 +102,6 @@ class TitleMethodsTest extends MediaWikiTestCase {
                $this->assertEquals( $expectedBool, $title->hasSubjectNamespace( $ns ) );
        }
 
-
        public function dataGetContentModel() {
                return array(
                        array( 'Foo', CONTENT_MODEL_WIKITEXT ),