Issue #1376164 by sun, oriol_e9g: Fixed Format SimpleTestFunctionalTest description according to standards.

merge-requests/26/head
webchick 2012-01-11 23:28:25 -05:00
parent d48aa54c3a
commit e137a81ad9
1 changed files with 1 additions and 4 deletions

View File

@ -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'
);
}