summaryrefslogtreecommitdiff
path: root/tests/Selenium/Settings/Settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Selenium/Settings/Settings.php')
-rw-r--r--tests/Selenium/Settings/Settings.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/Selenium/Settings/Settings.php b/tests/Selenium/Settings/Settings.php
deleted file mode 100644
index 08d8339f1..000000000
--- a/tests/Selenium/Settings/Settings.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-class Selenium_Settings_Settings extends Selenium_Test
-{
- public function testSettings()
- {
- $this->go('settings');
-
- // task should be set to 'settings'
- $env = $this->get_env();
- $this->assertEquals('settings', $env['task']);
-
- $objects = $this->get_objects();
-
- $this->assertContains('sectionslist', $objects);
- }
-}