summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/php')
-rw-r--r--modules/php/php.test10
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'),