Skip to content

Commit 3c4e65f

Browse files
Merge branch '3.1'
* 3.1: [HttpKernel] Fix ClientTest cookie format assertions
2 parents d25ecdc + 6ba0414 commit 3c4e65f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/HttpKernel/Tests/ClientTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
use Symfony\Component\HttpFoundation\File\UploadedFile;
1919
use Symfony\Component\HttpKernel\Tests\Fixtures\TestClient;
2020

21+
/**
22+
* @group time-sensitive
23+
*/
2124
class ClientTest extends \PHPUnit_Framework_TestCase
2225
{
2326
public function testDoRequest()

0 commit comments

Comments
 (0)