Remove PathRouterTest::$basicRouter, unused

Change-Id: I9760da3ea034b09745ea7b553541a806c71bdac2
This commit is contained in:
DannyS712 2021-05-05 20:33:43 +00:00
parent fb6daed62b
commit c5e091475c

View file

@ -7,18 +7,6 @@
*/
class PathRouterTest extends MediaWikiUnitTestCase {
/**
* @var PathRouter
*/
protected $basicRouter;
protected function setUp() : void {
parent::setUp();
$router = new PathRouter;
$router->add( "/wiki/$1" );
$this->basicRouter = $router;
}
public static function provideParse() {
$tests = [
// Basic path parsing