You are here

function MailEditorWebTestCase::testTrue in Mail Editor 7

Dummy test that always succeeds.

File

./mail_edit.test, line 36
Tests for the Mail Editor module.

Class

MailEditorWebTestCase
Test case for Mail Editor module.

Code

function testTrue() {
  $this
    ->assertTrue(TRUE);
}