[HttpKernel] Fix time-sensitive test case

This commit is contained in:
Nicolas Grekas 2015-11-03 14:00:54 +01:00
parent c4a31787a8
commit c188b35b18
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ use Symfony\Component\HttpKernel\Fragment\FragmentHandler;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
/**
* @group time-sensitive
*/
class FragmentHandlerTest extends \PHPUnit_Framework_TestCase
{
/**