You are here

public function sharedemailTest::testSharedemailForm in Shared Email 7

This method tests sharedemail form.

File

tests/sharedemail.test, line 77

Class

sharedemailTest

Code

public function testSharedemailForm() {
  $this
    ->assertFalse(1);

  // The test intentionally fails until you supply good code.
}