Skip to content

Instantly share code, notes, and snippets.

View cassianotartari's full-sized avatar

Cassiano cassianotartari

View GitHub Profile
<?php
namespace AppBundle\Tests\Controller;
use Lakion\ApiTestCase\JsonApiTestCase;
use Symfony\Component\HttpFoundation\Response;
class ProductApiTest extends JsonApiTestCase
{
function testCreatePostResponse()