Merge "For rows added by the SpecialStatsAddExtra hook, add an HTML id of "mw-" plus...
[lhc/web/wiklou.git] / tests / phpunit / includes / PathRouterTest.php
index 9e50b4c..386ddb8 100644 (file)
@@ -253,5 +253,4 @@ class PathRouterTest extends MediaWikiTestCase {
                $matches = $router->parse( "/wiki/Foo" );
                $this->assertEquals( $matches, array( 'title' => 'bar%20$1' ) );
        }
-
 }