Merge "Allow for time-limited tokens"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiTestCase.php
index 06acbaa..9a552fa 100644 (file)
@@ -8,6 +8,11 @@ abstract class ApiTestCase extends MediaWikiLangTestCase {
         */
        protected $apiContext;
 
+       /**
+        * @var array
+        */
+       protected $tablesUsed = array( 'user', 'user_groups', 'user_properties' );
+
        protected function setUp() {
                global $wgServer;