mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
Remove unneeded ::setUp and ::tearDown methods that only call parent
Change-Id: I3877917e9b23ce0e064ca751e415d9f1b84e1a8c
This commit is contained in:
parent
2c220ddabc
commit
4c4e02a7a9
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue