mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Add EmailValidationTest
This commit is contained in:
parent
f12480e313
commit
3f097bb178
23
tests/Api/EmailValidationTest.php
Normal file
23
tests/Api/EmailValidationTest.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Copyright (C) 2013 Mailgun
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
namespace Mailgun\Tests\Api;
|
||||
|
||||
use Mailgun\Api\EmailValidation;
|
||||
|
||||
/**
|
||||
* @author David Garcia <me@davidgarcia.cat>
|
||||
*/
|
||||
class EmailValidationTest extends TestCase
|
||||
{
|
||||
protected function getApiClass()
|
||||
{
|
||||
return EmailValidation::class;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user