mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 17:01:07 +00:00
tests: Add missing parent::tearDown() call
Follows-up 6a0af8f3b4
.
Change-Id: I9418205479053c4129b6a9b888e38150799edcc5
This commit is contained in:
parent
ac7ff979fb
commit
21c89c22b1
|
@ -82,13 +82,6 @@ class MathInputCheckTexvcTest extends MediaWikiTestCase {
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Tears down the fixture, for example, closes a network connection.
|
||||
* This method is called after a test is executed.
|
||||
*/
|
||||
protected function tearDown() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers MathInputCheckTexvc::testGetError
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue