mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 14:58:42 +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
|
public function testDefault() : void
|
||||||
{
|
{
|
||||||
|
self::markTestIncomplete();
|
||||||
|
return;
|
||||||
|
|
||||||
$email = new Imap(
|
$email = new Imap(
|
||||||
$GLOBALS['CONFIG']['mail']['imap']['host'],
|
$GLOBALS['CONFIG']['mail']['imap']['host'],
|
||||||
$GLOBALS['CONFIG']['mail']['imap']['port'],
|
$GLOBALS['CONFIG']['mail']['imap']['port'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user