public function sharedemailTest::test_sharedemail_form in Shared Email 5
Same name and namespace in other branches
- 6 tests/sharedemail.test \sharedemailTest::test_sharedemail_form()
this method tests sharedemail_form
File
- tests/
sharedemail.test, line 75
Class
Code
public function test_sharedemail_form() {
$this
->assertFalse(1);
// the test intentionally fails until you supply good code
}