all contrib module security updates done

This commit is contained in:
2020-09-24 22:47:32 +02:00
parent 7d87153100
commit 0fbb9c4610
1612 changed files with 116663 additions and 32269 deletions
@@ -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');
}