MediaWikiIntegrationTestCase docs: call parent::setUp()
The example should be a good one Change-Id: I398f36eb427b52d8f9016d75bea90917c2dabee5
This commit is contained in:
parent
84cacf8382
commit
6beacf6504
1 changed files with 1 additions and 0 deletions
|
|
@ -729,6 +729,7 @@ abstract class MediaWikiIntegrationTestCase extends PHPUnit\Framework\TestCase {
|
|||
* @par Example
|
||||
* @code
|
||||
* protected function setUp() : void {
|
||||
* parent::setUp();
|
||||
* $this->setMwGlobals( 'wgRestrictStuff', true );
|
||||
* }
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue