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/simpletest/tests/registry.test | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'modules/simpletest/tests/registry.test') diff --git a/modules/simpletest/tests/registry.test b/modules/simpletest/tests/registry.test index 794403dac..82d33b51b 100644 --- a/modules/simpletest/tests/registry.test +++ b/modules/simpletest/tests/registry.test @@ -2,10 +2,6 @@ // $Id$ class RegistryParseFileTestCase extends DrupalWebTestCase { - - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Registry parse file test'), @@ -14,9 +10,6 @@ class RegistryParseFileTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { $this->fileName = 'registry_test_' . md5(rand()); $this->functionName = 'registry_test_function' . md5(rand()); @@ -56,12 +49,8 @@ CONTENTS; } class RegistryParseFilesTestCase extends DrupalWebTestCase { - protected $fileTypes = array('new', 'existing_changed'); - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Registry parse files test'), @@ -70,9 +59,6 @@ class RegistryParseFilesTestCase extends DrupalWebTestCase { ); } - /** - * Implementation of setUp(). - */ function setUp() { parent::setUp(); // Create files with some php to parse - one 'new', one 'existing' so -- cgit v1.2.3