You are here

public function sharedemailTest::testSharedemailSimpletest in Shared Email 7

This method tests sharedemail simpletest.

File

tests/sharedemail.test, line 133

Class

sharedemailTest

Code

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

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