summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.test
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-01-11 23:28:25 -0500
committerwebchick <webchick@24967.no-reply.drupal.org>2012-01-11 23:28:25 -0500
commite137a81ad9d2286099607f1880c61c900c245281 (patch)
treef87cbc4bc27ba6684720193fd53e62d89bed5e39 /modules/simpletest/simpletest.test
parentd48aa54c3a795ea2a313d09b0f6c74a702f2ed2d (diff)
downloadbrdo-e137a81ad9d2286099607f1880c61c900c245281.tar.gz
brdo-e137a81ad9d2286099607f1880c61c900c245281.tar.bz2
Issue #1376164 by sun, oriol_e9g: Fixed Format SimpleTestFunctionalTest description according to standards.
Diffstat (limited to 'modules/simpletest/simpletest.test')
-rw-r--r--modules/simpletest/simpletest.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/simpletest/simpletest.test b/modules/simpletest/simpletest.test
index 500ee7b4b..dbe2ec0f3 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'
);
}