Issue #1376154 by webchick: fix a code comment typo.

8.0.x
catch 2011-12-22 20:34:48 +09:00
parent f4728169a3
commit 8937c6a586
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +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 APIs both explicitly and implicitly.",
'group' => 'SimpleTest'
);
}