From e137a81ad9d2286099607f1880c61c900c245281 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 11 Jan 2012 23:28:25 -0500 Subject: [PATCH] Issue #1376164 by sun, oriol_e9g: Fixed Format SimpleTestFunctionalTest description according to standards. --- modules/simpletest/simpletest.test | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/simpletest/simpletest.test b/modules/simpletest/simpletest.test index 500ee7b4b43..dbe2ec0f32e 100644 --- a/modules/simpletest/simpletest.test +++ b/modules/simpletest/simpletest.test @@ -20,10 +20,7 @@ class SimpleTestFunctionalTest extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'SimpleTest functionality', - 'description' => 'Test SimpleTest\'s web interface: check that the intended tests were - run and ensure that test reports display the intended results. Also - test SimpleTest\'s internal browser and API\'s both explicitly and - implicitly.', + 'description' => "Test SimpleTest's web interface: check that the intended tests were run and ensure that test reports display the intended results. Also test SimpleTest's internal browser and API's both explicitly and implicitly.", 'group' => 'SimpleTest' ); }