Issue #1376164 by sun: Fixed Format SimpleTestFunctionalTest description according to standards.
parent
13830d022c
commit
f4728169a3
|
@ -20,10 +20,7 @@ class SimpleTestFunctionalTest extends DrupalWebTestCase {
|
||||||
public static function getInfo() {
|
public static function getInfo() {
|
||||||
return array(
|
return array(
|
||||||
'name' => 'SimpleTest functionality',
|
'name' => 'SimpleTest functionality',
|
||||||
'description' => 'Test SimpleTest\'s web interface: check that the intended tests were
|
'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.",
|
||||||
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'
|
'group' => 'SimpleTest'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue