summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-15 17:53:56 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-15 17:53:56 +0000
commit75c8c24c695f057c15ffaf24e1411c87abdfd00e (patch)
treea4c6662b74392bd92560e3eeba3c1893843cfc7c /modules
parent7e04923b9ea63a09531350492376b3bad53aae09 (diff)
downloadbrdo-75c8c24c695f057c15ffaf24e1411c87abdfd00e.tar.gz
brdo-75c8c24c695f057c15ffaf24e1411c87abdfd00e.tar.bz2
Oops. Extra file got in that last commit.
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/tests/language.test25
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/simpletest/tests/language.test b/modules/simpletest/tests/language.test
deleted file mode 100644
index b1245ed3d..000000000
--- a/modules/simpletest/tests/language.test
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-// $Id$
-
-/**
- * @file
- * Tests for language handling functionality.
- */
-
-/**
- * Language test case.
- */
-class LanguageTestCase extends DrupalWebTestCase {
-
- public static function getInfo() {
- return array(
- 'name' => 'Language',
- 'description' => 'Checks language handling functionality.',
- 'group' => 'Locale',
- );
- }
-
- function setUp() {
- parent::setUp('locale');
- }
-}