diff options
Diffstat (limited to 'tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php')
-rw-r--r-- | tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php b/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php index 0aa9d413cb2d..92f26d050d99 100644 --- a/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php +++ b/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiOnAlreadyInstalledTestCase * @@ -22,9 +21,6 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * http://www.gnu.org/copyleft/gpl.html - * - * @addtogroup Maintenance - * */ require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); |