- Patch #666932 by boombatower: SimpleTestMissingDependentModuleUnitTest had an invalid getInfo() definition.
parent
acb3d81f6b
commit
0460fed739
|
@ -389,7 +389,7 @@ class SimpleTestMailCaptureTestCase extends DrupalWebTestCase {
|
||||||
class SimpleTestMissingDependentModuleUnitTest extends DrupalUnitTestCase {
|
class SimpleTestMissingDependentModuleUnitTest extends DrupalUnitTestCase {
|
||||||
public static function getInfo() {
|
public static function getInfo() {
|
||||||
return array(
|
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.',
|
'description' => 'This test should not load since it requires a module that is not found.',
|
||||||
'group' => 'SimpleTest',
|
'group' => 'SimpleTest',
|
||||||
'dependencies' => array('simpletest_missing_module'),
|
'dependencies' => array('simpletest_missing_module'),
|
||||||
|
|
Loading…
Reference in New Issue