add debugging

This commit is contained in:
Dennis Eichhorn 2022-09-30 18:10:27 +02:00
parent aab71632c3
commit e0c3b4628d
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ final class ImapTest extends \PHPUnit\Framework\TestCase
self::markTestSkipped();
}
} catch (\Throwable $t) {
echo $t->getMessage();
self::markTestSkipped();
}
}

View File

@ -48,6 +48,7 @@ final class Pop3Test extends \PHPUnit\Framework\TestCase
self::markTestSkipped();
}
} catch (\Throwable $t) {
echo $t->getMessage();
self::markTestSkipped();
}
}