mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Merge "Enable more tests"
This commit is contained in:
commit
23a8d519a5
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue