- Patch #666932 by boombatower: SimpleTestMissingDependentModuleUnitTest had an invalid getInfo() definition.

merge-requests/26/head
Dries Buytaert 2009-12-24 08:03:53 +00:00
parent acb3d81f6b
commit 0460fed739
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ class SimpleTestMailCaptureTestCase extends DrupalWebTestCase {
class SimpleTestMissingDependentModuleUnitTest extends DrupalUnitTestCase {
public static function getInfo() {
return array(
'title' => 'Testing dependent module test',
'name' => 'Testing dependent module test',
'description' => 'This test should not load since it requires a module that is not found.',
'group' => 'SimpleTest',
'dependencies' => array('simpletest_missing_module'),