Skip to content

Instantly share code, notes, and snippets.

<?php
namespace API\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Component\HttpFoundation\Response;
class APIWebTestCase extends WebTestCase
{
public function testEndpoint()