public function MailEditorDummyTest::testMailEditorSuccess in Mail Editor 8
Tests success (to allow the testbot to run).
File
- src/
Tests/ MailEditorDummyTest.php, line 24
Class
- MailEditorDummyTest
- Tests true to allow the testbot to run.
Namespace
Drupal\mail_edit\TestsCode
public function testMailEditorSuccess() {
$this
->assertTrue(TRUE);
}