Add @group Database tags to tests that need it
authoraude <aude.wiki@gmail.com>
Wed, 1 Apr 2015 07:35:32 +0000 (09:35 +0200)
committeraude <aude.wiki@gmail.com>
Wed, 1 Apr 2015 09:20:23 +0000 (11:20 +0200)
commit9d60ec5a4f5e63343396e7ebc78b04070ded6c3e
tree1074c5ab9e3fcc75ad3b4146a64cb1de0af77f3c
parentba6431cbb92ff5df20f718c95e9ab1f73b4d15fe
Add @group Database tags to tests that need it

These tests all involve database access in some way,
and thus need @group Database tags.

These failed when setting a bogus database password
and then running the tests.

Change-Id: I7f113a79ac44d09d88ec607f76b8ec22bc1ebcf1
tests/phpunit/includes/ExtraParserTest.php
tests/phpunit/includes/TitleTest.php
tests/phpunit/includes/parser/MagicVariableTest.php
tests/phpunit/includes/parser/ParserMethodsTest.php
tests/phpunit/includes/parser/TagHooksTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php
tests/phpunit/includes/specials/SpecialPreferencesTest.php