Merge "Enable more tests"

This commit is contained in:
jenkins-bot 2024-04-08 09:42:55 +00:00 committed by Gerrit Code Review
commit 23a8d519a5
3 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@ use MediaWikiUnitTestCase;
* The output of this test is finally used to create a speech comparison with the mentioned program.
*
* @covers \MediaWiki\Extension\Math\WikiTexVC\TexVC
* @stub
*/
final class IntentParserTest extends MediaWikiUnitTestCase {
private static $FILENAMEINTENTTESTS = __DIR__ . "/intent_mathml_testing_extracted.json";

View file

@ -20,7 +20,6 @@ use MediaWikiUnitTestCase;
* for the specified tests, not how the MathML looks like.
*
* @covers \MediaWiki\Extension\Math\WikiTexVC\TexVC
* @group stub
*/
final class MMLFullCoverageTest extends MediaWikiUnitTestCase {
private static $SIMILARITYTRESH = 0.7;

View file

@ -12,7 +12,6 @@ use Psr\Log\InvalidArgumentException;
* WIP: This tests is for running the specified testfiles in development.
* Categories can be selected within 'provideTestCases' functions.
* @covers \MediaWiki\Extension\Math\WikiTexVC\TexVC
* @group stub
*/
final class MMLGenerationParserTest extends MediaWikiUnitTestCase {
private static $SIMILARITYTRESH = 0.7;