Mark as needing a Database, as noted in r79532 CR.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 13 Jan 2011 17:51:25 +0000 (17:51 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 13 Jan 2011 17:51:25 +0000 (17:51 +0000)
It is needed for calling getServerVersion() to provide dbversion

tests/phpunit/includes/api/format/ApiFormatPhpTest.php

index fb89422..761857a 100644 (file)
@@ -4,6 +4,7 @@ require_once dirname( __FILE__ ) . '/ApiFormatTestBase.php';
 
 /**
  * @group API
+ * @group Database
  */
 class ApiFormatPhpTest extends ApiFormatTestBase {