Mark m_mailTest::testCreae_alias() as incomplete since it's empty

This commit is contained in:
Kienan Stewart 2018-07-28 14:26:11 -04:00
parent 8c6fd65534
commit e76afe5d3f
1 changed files with 3 additions and 0 deletions

View File

@ -320,6 +320,9 @@ class m_mailTest extends AlterncTest
public function testCreate_alias()
{
// Test #1580
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**