tests: Add missing parent::tearDown() call

Follows-up 6a0af8f3b4.

Change-Id: I9418205479053c4129b6a9b888e38150799edcc5
This commit is contained in:
physikerwelt 2014-09-15 17:21:34 -04:00 committed by Krinkle
parent ac7ff979fb
commit 21c89c22b1

View file

@ -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
*/