Page MenuHomePhabricator

Extension SpellingApi failing tests due to missing apihelp messages
Closed, ResolvedPublic

Description

18:48:57 There were 2 failures:
18:48:57 
18:48:57 1) ApiDocumentationTest::testDocumentationExists with data set "Module spellingapi with MiserMode=false, AllowCategorizedRecentChanges=false" ('spellingapi', array(false, false))
18:48:57 Module description message apihelp-spellingapi-description exists
18:48:57 Failed asserting that false is true.
18:48:57 
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/tests/phpunit/structure/ApiDocumentationTest.php:51
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/tests/phpunit/structure/ApiDocumentationTest.php:80
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/tests/phpunit/MediaWikiTestCase.php:399
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/maintenance/doMaintenance.php:111
18:48:57 
18:48:57 2) ApiDocumentationTest::testDocumentationExists with data set "Module spellingapi with MiserMode=true, AllowCategorizedRecentChanges=true" ('spellingapi', array(true, true))
18:48:57 Module description message apihelp-spellingapi-description exists
18:48:57 Failed asserting that false is true.
18:48:57 
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/tests/phpunit/structure/ApiDocumentationTest.php:51
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/tests/phpunit/structure/ApiDocumentationTest.php:80
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/tests/phpunit/MediaWikiTestCase.php:399
18:48:57 /srv/jenkins-workspace/workspace/mwext-testextension-hhvm-composer/src/maintenance/doMaintenance.php:111
18:48:57 
18:48:57 FAILURES!