You are here

public function sharedemailTest::testSharedemailLoad in Shared Email 7

This method tests sharedemail load.

File

tests/sharedemail.test, line 109

Class

sharedemailTest

Code

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

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