fix tests

This commit is contained in:
Nicolas Grekas 2019-08-01 12:27:54 +02:00
parent 6fb2b24a80
commit 2523451be0

View File

@ -12,10 +12,13 @@
namespace Symfony\Component\HttpFoundation\Tests;
use PHPUnit\Framework\TestCase;
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
use Symfony\Component\HttpFoundation\JsonResponse;
class JsonResponseTest extends TestCase
{
use ForwardCompatTestTrait;
public function testConstructorEmptyCreatesJsonObject()
{
$response = new JsonResponse();