minor #38785 [Cache] Fixed tests.. again (Nyholm)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Cache] Fixed tests.. again

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

Hm.. Im sorry for the many PRs.

I failed to fix this in #38709.

Commits
-------

ac0e25e885 [Cache] Fixed tests.. again
This commit is contained in:
Alexander M. Turek 2020-10-25 19:43:01 +01:00
commit c29f7b4e32
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ use Symfony\Component\Cache\Adapter\FilesystemAdapter;
use Symfony\Component\Cache\CacheItem;
use Symfony\Component\Cache\Tests\Fixtures\ExternalAdapter;
use Symfony\Component\Cache\Tests\Fixtures\PrunableAdapter;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Contracts\Cache\ItemInterface;
/**

View File

@ -36,6 +36,7 @@
"psr/simple-cache": "^1.0",
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.1|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
},
"conflict": {