all contrib module security updates done
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();
|
||||
}
|
||||
@@ -45,7 +51,8 @@ class DevelMailTest extends DrupalWebTestCase {
|
||||
$this->assertEqual($content, 'From: postmaster@example.com
|
||||
X-stupid: dumb
|
||||
To: drupal@example.com
|
||||
Test mail
|
||||
Subject: Test mail
|
||||
|
||||
I am the body of this message');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user