mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Update ImapTest.php
This commit is contained in:
parent
709e9d2d2f
commit
a7c7025667
|
|
@ -23,6 +23,9 @@ class ImapTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
public function testDefault() : void
|
||||
{
|
||||
self::markTestIncomplete();
|
||||
return;
|
||||
|
||||
$email = new Imap(
|
||||
$GLOBALS['CONFIG']['mail']['imap']['host'],
|
||||
$GLOBALS['CONFIG']['mail']['imap']['port'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user