Merge "Introduce Message::plaintextParam"
[lhc/web/wiklou.git] / tests / phpunit / includes / config / HashConfigTest.php
index 3ad3bfb..06973b0 100644 (file)
@@ -60,4 +60,4 @@ class HashConfigTest extends MediaWikiTestCase {
                $conf->set( 'one', '3' );
                $this->assertEquals( '3', $conf->get( 'one' ) );
        }
-}
\ No newline at end of file
+}