mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-02 20:56:18 +03:00
Do not skip route test (#342)
This commit is contained in:
parent
d4ab1b0a87
commit
e30955fa51
1 changed files with 0 additions and 5 deletions
|
@ -16,11 +16,6 @@ use GuzzleHttp\Psr7\Response;
|
|||
*/
|
||||
class RouteTest extends TestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
$this->markTestSkipped('Routes API tests not implemented yet.');
|
||||
}
|
||||
|
||||
public function testCreate()
|
||||
{
|
||||
$api = $this->getApiMock();
|
||||
|
|
Loading…
Add table
Reference in a new issue