summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-21 06:44:14 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-21 06:44:14 +0000
commitee8aa910b9db2f90bfb46ba852eaa349343d5e04 (patch)
tree00b849b68e65ae170278f74c422434f4a0bae55d /modules/system/system.test
parent0741d8e32320f4578853ae92b242c2f7cd2d339a (diff)
downloadbrdo-ee8aa910b9db2f90bfb46ba852eaa349343d5e04.tar.gz
brdo-ee8aa910b9db2f90bfb46ba852eaa349343d5e04.tar.bz2
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test8
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index d6fd1a98e..6d1e4d142 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -512,20 +512,14 @@ class AdminMetaTagTestCase extends DrupalWebTestCase {
class AccessDeniedTestCase extends DrupalWebTestCase {
protected $admin_user;
- /**
- * Implement getInfo().
- */
public static function getInfo() {
return array(
'name' => '403 functionality',
- 'description' => "Tests page access denied functionality, including custom 403 pages.",
+ 'description' => 'Tests page access denied functionality, including custom 403 pages.',
'group' => 'System'
);
}
- /**
- * Implement setUp().
- */
function setUp() {
parent::setUp();