mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Remove non-required tests
Egulias/EmailValidator validates these cases, is useless to test it
This commit is contained in:
parent
18d948be0f
commit
2c37651097
@ -11,7 +11,6 @@ namespace Mailgun\Tests\Api;
|
||||
|
||||
use GuzzleHttp\Psr7\Response;
|
||||
use Mailgun\Api\EmailValidation;
|
||||
use Mailgun\Hydrator\ModelHydrator;
|
||||
|
||||
/**
|
||||
* @author David Garcia <me@davidgarcia.cat>
|
||||
@ -23,18 +22,6 @@ class EmailValidationTest extends TestCase
|
||||
return EmailValidation::class;
|
||||
}
|
||||
|
||||
public function testRFCValidation()
|
||||
{
|
||||
}
|
||||
|
||||
public function testDNSCheckValidation()
|
||||
{
|
||||
}
|
||||
|
||||
public function testSpoofCheckValidation()
|
||||
{
|
||||
}
|
||||
|
||||
public function testValidEmail()
|
||||
{
|
||||
$params = [
|
||||
|
Loading…
Reference in New Issue
Block a user