diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-25 13:14:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-25 13:14:29 +0000 |
commit | eda100b83da4d71bf0bfa6c614e08327ef0d292b (patch) | |
tree | ac11fb0aae0e68aee34b4aeffb7f32778bcf809d /modules/php | |
parent | 66df602593230a2483d6538927fd66310c28c3f8 (diff) | |
download | brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.gz brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.bz2 |
- Patch #338403 by drewish: code comments clean-up.
Diffstat (limited to 'modules/php')
-rw-r--r-- | modules/php/php.test | 10 |
1 files changed, 0 insertions, 10 deletions
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'), |