You are here

MailEditorDummyTest.php in Mail Editor 8

File

src/Tests/MailEditorDummyTest.php
View 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

Namesort descending Description
MailEditorDummyTest Tests true to allow the testbot to run.