From eda100b83da4d71bf0bfa6c614e08327ef0d292b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Nov 2008 13:14:29 +0000 Subject: - Patch #338403 by drewish: code comments clean-up. --- modules/php/php.test | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/php') diff --git a/modules/php/php.test b/modules/php/php.test index e51e14497..6ee4f3a59 100644 --- a/modules/php/php.test +++ b/modules/php/php.test @@ -5,10 +5,6 @@ * Base PHP test case class. */ class PHPTestCase extends DrupalWebTestCase { - - /** - * Implementation of getInfo(). - */ function setUp() { parent::setUp('php'); @@ -41,9 +37,6 @@ class PHPTestCase extends DrupalWebTestCase { * Tests to make sure the PHP filter actually evaluates PHP code when used. */ class PHPFilterTestCase extends PHPTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('PHP filter functionality'), @@ -87,9 +80,6 @@ class PHPFilterTestCase extends PHPTestCase { * Tests to make sure access to the PHP filter is properly restricted. */ class PHPAccessTestCase extends PHPTestCase { - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('PHP filter access check'), -- cgit v1.2.3