mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Do not skip route test (#342)
This commit is contained in:
parent
d4ab1b0a87
commit
e30955fa51
@ -16,11 +16,6 @@ use GuzzleHttp\Psr7\Response;
|
|||||||
*/
|
*/
|
||||||
class RouteTest extends TestCase
|
class RouteTest extends TestCase
|
||||||
{
|
{
|
||||||
protected function setUp()
|
|
||||||
{
|
|
||||||
$this->markTestSkipped('Routes API tests not implemented yet.');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testCreate()
|
public function testCreate()
|
||||||
{
|
{
|
||||||
$api = $this->getApiMock();
|
$api = $this->getApiMock();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user