MailEditorDummyTest.php in Mail Editor 8
Namespace
Drupal\mail_edit\TestsFile
src/Tests/MailEditorDummyTest.phpView source
<?php
namespace Drupal\mail_edit\Tests;
use Drupal\simpletest\WebTestBase;
/**
* Tests true to allow the testbot to run.
*
* @group mail_editor
*/
class MailEditorDummyTest extends WebTestBase {
/**
* {@inheritdoc}
*/
function setUp() {
parent::setUp();
}
/**
* Tests success (to allow the testbot to run).
*/
public function testMailEditorSuccess() {
$this
->assertTrue(TRUE);
}
}
Classes
Name | Description |
---|---|
MailEditorDummyTest | Tests true to allow the testbot to run. |