Remove PathRouterTest::$basicRouter, unused
Change-Id: I9760da3ea034b09745ea7b553541a806c71bdac2
This commit is contained in:
parent
fb6daed62b
commit
c5e091475c
1 changed files with 0 additions and 12 deletions
|
|
@ -7,18 +7,6 @@
|
||||||
*/
|
*/
|
||||||
class PathRouterTest extends MediaWikiUnitTestCase {
|
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() {
|
public static function provideParse() {
|
||||||
$tests = [
|
$tests = [
|
||||||
// Basic path parsing
|
// Basic path parsing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue