Do not skip route test (#342)

This commit is contained in:
Tobias Nyholm 2017-04-14 10:59:35 +02:00 committed by GitHub
parent d4ab1b0a87
commit e30955fa51

View File

@ -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();