Remove unneeded ::setUp and ::tearDown methods that only call parent

Change-Id: I3877917e9b23ce0e064ca751e415d9f1b84e1a8c
This commit is contained in:
DannyS712 2020-06-07 03:08:56 +00:00
parent 2c220ddabc
commit 4c4e02a7a9

View file

@ -33,10 +33,6 @@ class MathValidatorTest extends MediaWikiTestCase {
} }
} }
protected function tearDown() : void {
parent::tearDown();
}
public function testNotStringValue() { public function testNotStringValue() {
$validator = new MathValidator(); $validator = new MathValidator();
$this->expectException( InvalidArgumentException::class ); $this->expectException( InvalidArgumentException::class );