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

This commit is contained in:
Christian Flothmann 2020-11-17 19:23:27 +01:00
parent 1f4625053c
commit b7e5c7d67d
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)