MediaWikiIntegrationTestCase docs: call parent::setUp()

The example should be a good one

Change-Id: I398f36eb427b52d8f9016d75bea90917c2dabee5
This commit is contained in:
DannyS712 2020-09-17 01:10:08 +00:00
parent 84cacf8382
commit 6beacf6504

View file

@ -729,6 +729,7 @@ abstract class MediaWikiIntegrationTestCase extends PHPUnit\Framework\TestCase {
* @par Example
* @code
* protected function setUp() : void {
* parent::setUp();
* $this->setMwGlobals( 'wgRestrictStuff', true );
* }
*