Remove suite included twice in suite.xml
authorPlatonides <platonides@users.mediawiki.org>
Fri, 1 Oct 2010 22:59:57 +0000 (22:59 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 1 Oct 2010 22:59:57 +0000 (22:59 +0000)
commite3fbfe0c6012f87c9c57935ccf9989faa6fe5d20
treea34b916b54798ea6bab325537439f3e7647e1f20
parented895f712d3d5015ea0cd57b65b38e67e4b3892c
Remove suite included twice in suite.xml
Rename MediaWikiParserTestSuite class to MediaWikiParserTest. This way, it matches its file basename, which makes phpunit not to consider, when loading MediaWikiParserText.php, the ParserUnitTest (coming from ParserHelpers.php require) as a standalone test class, which is what was producing the warning: No tests found in class "ParserUnitTest".

All tests pass for me now:
Tests: 752, Assertions: 3706, Incomplete: 2.

Incomplete tests are testApiListPages() and testWatchRollback()
maintenance/tests/phpunit/includes/parser/MediaWikiParserTest.php
maintenance/tests/phpunit/suite.xml