tests(service): 添加了解析 extends 的测试

This commit is contained in:
李东云
2022-12-20 16:45:31 +08:00
parent 9f5699f39c
commit da1d6c68d2
3 changed files with 48 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ it('assertions that send HTML is available', function () use ($email) {
HTML
);
expect($result)->toBeTrue();
});
})->skip();
it('assertions that send Text is available', function () use ($email) {
$result = $email->sendText(
@@ -37,7 +37,7 @@ it('assertions that send Text is available', function () use ($email) {
Text
);
expect($result)->toBeTrue();
});
})->skip();
it('assertions Error Receiver can be catch', function () use ($email) {
try {