minor #39101 [HttpKernel] do not depend on the actual time to fix a transient test (xabbuh)

This PR was merged into the 4.4 branch.

Discussion
----------

[HttpKernel] do not depend on the actual time to fix a transient test

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

b7e5c7d67d do not depend on the actual time to fix a transient test
This commit is contained in:
Alexander M. Turek 2020-11-17 19:38:25 +01:00
commit 218269e1e7
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ class ResponseCacheStrategyTest extends TestCase
}
/**
* @group time-sensitive
* @dataProvider cacheControlMergingProvider
*/
public function testCacheControlMerging(array $expects, array $master, array $surrogates)