mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
add debugging
This commit is contained in:
parent
aab71632c3
commit
e0c3b4628d
|
|
@ -48,6 +48,7 @@ final class ImapTest extends \PHPUnit\Framework\TestCase
|
|||
self::markTestSkipped();
|
||||
}
|
||||
} catch (\Throwable $t) {
|
||||
echo $t->getMessage();
|
||||
self::markTestSkipped();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ final class Pop3Test extends \PHPUnit\Framework\TestCase
|
|||
self::markTestSkipped();
|
||||
}
|
||||
} catch (\Throwable $t) {
|
||||
echo $t->getMessage();
|
||||
self::markTestSkipped();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user