updated devel
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
class DevelMailTest extends DrupalWebTestCase {
|
||||
protected $profile = 'testing';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function getInfo() {
|
||||
return array(
|
||||
'name' => 'Devel Mail interface',
|
||||
@@ -19,6 +22,9 @@ class DevelMailTest extends DrupalWebTestCase {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
function setUp() {
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user