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