Merge branch '4.3' into 4.4

* 4.3:
  fix tests
This commit is contained in:
Nicolas Grekas 2019-08-01 12:28:01 +02:00
commit 0de86a233a

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