Merge branch '3.1'

* 3.1:
  [HttpKernel] Fix ClientTest cookie format assertions
This commit is contained in:
Nicolas Grekas 2016-12-18 22:04:59 +01:00
commit 3c4e65fb9e

View File

@ -18,6 +18,9 @@ use Symfony\Component\HttpFoundation\Cookie;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Symfony\Component\HttpKernel\Tests\Fixtures\TestClient;
/**
* @group time-sensitive
*/
class ClientTest extends \PHPUnit_Framework_TestCase
{
public function testDoRequest()