[pkg-php-pear] Bug#971229: symfony: FTBFS: failed tests

Lucas Nussbaum lucas at debian.org
Sun Sep 27 20:03:18 BST 2020


Source: symfony
Version: 4.4.13+dfsg-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ln -s ./src/Symfony ./Symfony
> mkdir --parents vendor
> cp debian/autoload.php src/Symfony
> phpab	--output vendor/autoload.php \
> 	--whitelist '*\\tests\\*' \
> 	--tolerant \
> 	--template debian/autoload.php.tests.tpl \
> 	--blacklist 'symfony\\component\\dependencyinjection\\tests\\fixtures\\container\\projectservicecontainer' \
> 	--exclude 'Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures/proxy-implem.php' \
> 	Symfony
> phpab %development% - Copyright (C) 2009 - 2020 by Arne Blankerts and Contributors
> 
> Scanning directory Symfony
> 
> Autoload file vendor/autoload.php generated.
> 
> # Actual tests suite
> components=$(find src/Symfony -mindepth 3 -type f -name phpunit.xml.dist -printf '%h\n') && \
>  echo "$components" | parallel --gnu --keep-order '/bin/echo -e "\\nRunning {} tests"; SYMFONY_DEPRECATIONS_HELPER=weak phpunit -v --colors=always --exclude-group network,tty,benchmark,intl-data,functional,composer {} || (/bin/echo -e "\\e[41mKO\\e[0m {}" && $(exit 1));';
> 
> Running src/Symfony/Bridge/ProxyManager tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bridge/ProxyManager
> ................                                                  16 / 16 (100%)
> 
> Time: 132 ms, Memory: 12.00 MB
> 
> OK (16 tests, 44 assertions)
> 
> Unsilenced deprecation notices (234)
> 
> Running src/Symfony/Bridge/Monolog tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bridge/Monolog
> ................................................................. 65 / 75 ( 86%)
> ..........                                                        75 / 75 (100%)
> 
> Time: 236 ms, Memory: 12.00 MB
> 
> OK (75 tests, 180 assertions)
> 
> Running src/Symfony/Bridge/Doctrine tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bridge/Doctrine
> ...............................................................  63 / 291 ( 21%)
> ............................................................... 126 / 291 ( 43%)
> .......................................................S....... 189 / 291 ( 64%)
> ............................................................... 252 / 291 ( 86%)
> W....W.W...............................                         291 / 291 (100%)
> 
> Time: 1.65 seconds, Memory: 44.00 MB
> 
> There were 3 warnings:
> 
> 1) Symfony\Bridge\Doctrine\Tests\Security\User\EntityUserProviderTest::testLoadUserByUsernameWithUserLoaderRepositoryAndWithoutProperty
> Passing an array of interface names to createMock() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> Passing an array of interface names to getMockBuilder() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> 
> 2) Symfony\Bridge\Doctrine\Tests\Security\User\EntityUserProviderTest::testLoadUserByUserNameShouldLoadUserWhenProperInterfaceProvided
> Passing an array of interface names to createMock() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> Passing an array of interface names to getMockBuilder() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> 
> 3) Symfony\Bridge\Doctrine\Tests\Security\User\EntityUserProviderTest::testPasswordUpgrades
> Passing an array of interface names to createMock() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> Passing an array of interface names to getMockBuilder() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> 
> --
> 
> There was 1 skipped test:
> 
> 1) Symfony\Bridge\Doctrine\Tests\ManagerRegistryTest::testResetService
> proxy-manager-bridge is not yet compatible with namespaced phpunit versions.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php:23
> 
> WARNINGS!
> Tests: 291, Assertions: 684, Warnings: 3, Skipped: 1.
> 
> Legacy deprecation notices (27)
> 
> Running src/Symfony/Bridge/PhpUnit tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bridge/PhpUnit
> .......................................................S....S..   63 / 63 (100%)
> 
> Time: 882 ms, Memory: 8.00 MB
> 
> There were 2 skipped tests:
> 
> 1) PhpUnitCoverageTest\Tests\BarCovTest::testBarCov
> This test is not part of the main Symfony test suite. It's here to test the CoverageListener.
> 
> 2) Symfony\Bridge\PhpUnit\Tests\OnlyExpectingDeprecationSkippedTest::testExpectingOnlyDeprecations
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension ext-dummy is required.
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 63, Assertions: 144, Skipped: 2.
> PHP Warning:  Invalid argument supplied for foreach() in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 254
> PHP Notice:  Undefined variable: vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> PHP Notice:  Undefined variable: vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Warning:  mkdir(): No such file or directory in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Notice:  Undefined variable: vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 45
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage1/MyFakeFile1.php because No such file or directory in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 45
> PHP Notice:  Undefined variable: vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 46
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage1/MyFakeFile2.php because No such file or directory in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 46
> PHP Notice:  Undefined variable: vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 47
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage2/MyFakeFile.php because No such file or directory in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 47
> PHP Warning:  rmdir(/myfakevendor): No such file or directory in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 229
> 
> Running src/Symfony/Bridge/Twig tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bridge/Twig
> .............................................................   61 / 1294 (  4%)
> .............................................................  122 / 1294 (  9%)
> .............................................................  183 / 1294 ( 14%)
> .............................................................  244 / 1294 ( 18%)
> .............................................................  305 / 1294 ( 23%)
> .............................................................  366 / 1294 ( 28%)
> .............................................................  427 / 1294 ( 32%)
> .............................................................  488 / 1294 ( 37%)
> .............................................................  549 / 1294 ( 42%)
> .............................................................  610 / 1294 ( 47%)
> .............................................................  671 / 1294 ( 51%)
> .............................................................  732 / 1294 ( 56%)
> .............................................................  793 / 1294 ( 61%)
> .............................................................  854 / 1294 ( 65%)
> .............................................................  915 / 1294 ( 70%)
> .............................................................  976 / 1294 ( 75%)
> ............................................................. 1037 / 1294 ( 80%)
> ............................................................. 1098 / 1294 ( 84%)
> ............................................................. 1159 / 1294 ( 89%)
> ............................................................. 1220 / 1294 ( 94%)
> ............................................................. 1281 / 1294 ( 98%)
> .............                                                 1294 / 1294 (100%)
> 
> Time: 2.81 seconds, Memory: 154.00 MB
> 
> OK (1294 tests, 1459 assertions)
> 
> Legacy deprecation notices (66)
> 
> Running src/Symfony/Component/Lock tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Lock
> ..........................................SSSSSSSSS........SSSS  63 / 240 ( 26%)
> SSSSSSS........S...............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 126 / 240 ( 52%)
> SSSSSSSSSS............................SSSSSSSSSS............... 189 / 240 ( 78%)
> .................................................
> 
> Time: 12.47 seconds, Memory: 14.00 MB
> 
> There were 73 skipped tests:
> 
> 1) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSave
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:28
> 
> 2) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSaveWithDifferentResources
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:41
> 
> 3) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSaveWithDifferentKeysOnSameResources
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:65
> 
> 4) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSaveTwice
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:100
> 
> 5) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testExpiration
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:48
> 
> 6) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testAbortAfterExpiration
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:67
> 
> 7) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testRefreshLock
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:86
> 
> 8) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSetExpiration
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:101
> 
> 9) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testExpiredLockCleaned
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:48
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:117
> 
> 10) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testAbortAfterExpiration
> Unable to connect to the memcache host
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:36
> 
> 11) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testInvalidTtl
> Test skipped because of an error in hook method
> 
> 12) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSave
> Test skipped because of an error in hook method
> 
> 13) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSaveWithDifferentResources
> Test skipped because of an error in hook method
> 
> 14) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSaveWithDifferentKeysOnSameResources
> Test skipped because of an error in hook method
> 
> 15) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSaveTwice
> Test skipped because of an error in hook method
> 
> 16) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testExpiration
> Test skipped because of an error in hook method
> 
> 17) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testRefreshLock
> Test skipped because of an error in hook method
> 
> 18) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSetExpiration
> Test skipped because of an error in hook method
> 
> 19) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testExpiredLockCleaned
> Test skipped because of an error in hook method
> 
> 20) Symfony\Component\Lock\Tests\Store\PdoDbalStoreTest::testAbortAfterExpiration
> Pdo expects a TTL greater than 1 sec. Simulating a slow network is too hard
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PdoDbalStoreTest.php:65
> 
> 21) Symfony\Component\Lock\Tests\Store\PdoStoreTest::testAbortAfterExpiration
> Pdo expects a TTL greater than 1 sec. Simulating a slow network is too hard
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PdoStoreTest.php:65
> 
> 22) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSave
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:26
> 
> 23) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSaveWithDifferentResources
> Test skipped because of an error in hook method
> 
> 24) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSaveWithDifferentKeysOnSameResources
> Test skipped because of an error in hook method
> 
> 25) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSaveTwice
> Test skipped because of an error in hook method
> 
> 26) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testExpiration
> Test skipped because of an error in hook method
> 
> 27) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testAbortAfterExpiration
> Test skipped because of an error in hook method
> 
> 28) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testRefreshLock
> Test skipped because of an error in hook method
> 
> 29) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSetExpiration
> Test skipped because of an error in hook method
> 
> 30) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testExpiredLockCleaned
> Test skipped because of an error in hook method
> 
> 31) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSave
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 32) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 33) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 34) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSaveTwice
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 35) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testExpiration
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 36) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testAbortAfterExpiration
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 37) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testRefreshLock
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 38) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSetExpiration
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 39) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testExpiredLockCleaned
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 40) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSave
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 41) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 42) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 43) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSaveTwice
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 44) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testExpiration
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 45) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testAbortAfterExpiration
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 46) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testRefreshLock
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 47) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSetExpiration
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 48) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testExpiredLockCleaned
> __OFFSET_LINE=17
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 49) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testInvalidTtl
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 50) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSave
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 51) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 52) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 53) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSaveTwice
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 54) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 55) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testAbortAfterExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 56) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testRefreshLock
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 57) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSetExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 58) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testExpiredLockCleaned
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 59) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSave
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:31
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:28
> 
> 60) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSaveWithDifferentResources
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:31
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:41
> 
> 61) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSaveWithDifferentKeysOnSameResources
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:31
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:65
> 
> 62) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSaveTwice
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:31
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:100
> 
> 63) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testBlockingLocks
> Connection refused [tcp://localhost:6379]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:31
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php:59
> 
> 64) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testCreateConnection
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 65) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveSucceedsWhenPathContainsMoreThanOneNode
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 66) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveSucceedsWhenPathContainsOneNode
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 67) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveSucceedsWhenPathsContainSameFirstNode
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 68) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testRootPathIsLockable
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 69) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testEmptyStringIsLockable
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 70) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSave
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 71) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 72) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 73) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveTwice
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 240, Assertions: 281, Skipped: 73.
> 
> Running src/Symfony/Component/Routing tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Routing
> .............................................................   61 / 1026 (  5%)
> .............................................................  122 / 1026 ( 11%)
> .............................................................  183 / 1026 ( 17%)
> .............................................................  244 / 1026 ( 23%)
> .............................................................  305 / 1026 ( 29%)
> .............................................................  366 / 1026 ( 35%)
> .............................................................  427 / 1026 ( 41%)
> .............................................................  488 / 1026 ( 47%)
> .............................................................  549 / 1026 ( 53%)
> .............................................................  610 / 1026 ( 59%)
> .............................................................  671 / 1026 ( 65%)
> .............................................................  732 / 1026 ( 71%)
> .............................................................  793 / 1026 ( 77%)
> .............................................................  854 / 1026 ( 83%)
> .............................................................  915 / 1026 ( 89%)
> .............................................................  976 / 1026 ( 95%)
> ..................................................            1026 / 1026 (100%)
> 
> Time: 1.24 seconds, Memory: 110.83 MB
> 
> OK (1026 tests, 1934 assertions)
> 
> Legacy deprecation notices (2)
> 
> Running src/Symfony/Component/PropertyInfo tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/PropertyInfo
> ...............................................................  63 / 204 ( 30%)
> ............................................................... 126 / 204 ( 61%)
> .........SSSSS................................................. 189 / 204 ( 92%)
> ...............                                                 204 / 204 (100%)
> 
> Time: 177 ms, Memory: 12.00 MB
> 
> There were 5 skipped tests:
> 
> 1) Symfony\Component\PropertyInfo\Tests\Extractor\ReflectionExtractorTest::testExtractPhp80Type with data set #0 ('foo', array(Symfony\Component\PropertyInfo\Type Object (...)))
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> 
> 2) Symfony\Component\PropertyInfo\Tests\Extractor\ReflectionExtractorTest::testExtractPhp80Type with data set #1 ('bar', array(Symfony\Component\PropertyInfo\Type Object (...)))
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> 
> 3) Symfony\Component\PropertyInfo\Tests\Extractor\ReflectionExtractorTest::testExtractPhp80Type with data set #2 ('timeout', array(Symfony\Component\PropertyInfo\Type Object (...), Symfony\Component\PropertyInfo\Type Object (...)))
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> 
> 4) Symfony\Component\PropertyInfo\Tests\Extractor\ReflectionExtractorTest::testExtractPhp80Type with data set #3 ('optional', array(Symfony\Component\PropertyInfo\Type Object (...), Symfony\Component\PropertyInfo\Type Object (...)))
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> 
> 5) Symfony\Component\PropertyInfo\Tests\Extractor\ReflectionExtractorTest::testExtractPhp80Type with data set #4 ('string', array(Symfony\Component\PropertyInfo\Type Object (...), Symfony\Component\PropertyInfo\Type Object (...)))
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php:225
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 204, Assertions: 321, Skipped: 5.
> 
> Running src/Symfony/Component/PropertyAccess tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/PropertyAccess
> ...............................................................  63 / 433 ( 14%)
> ............................................................... 126 / 433 ( 29%)
> ............................................................... 189 / 433 ( 43%)
> ............................................................... 252 / 433 ( 58%)
> ............................................................... 315 / 433 ( 72%)
> ............................................................... 378 / 433 ( 87%)
> .......................................................         433 / 433 (100%)
> 
> Time: 157 ms, Memory: 12.00 MB
> 
> OK (433 tests, 487 assertions)
> 
> Running src/Symfony/Component/EventDispatcher tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/EventDispatcher
> ...............................................................  63 / 160 ( 39%)
> ............................................................... 126 / 160 ( 78%)
> ..................................                              160 / 160 (100%)
> 
> Time: 95 ms, Memory: 10.00 MB
> 
> OK (160 tests, 350 assertions)
> 
> Legacy deprecation notices (29)
> 
> Running src/Symfony/Component/ExpressionLanguage tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/ExpressionLanguage
> ...............................................................  63 / 236 ( 26%)
> ............................................................... 126 / 236 ( 53%)
> ............................................................... 189 / 236 ( 80%)
> ...............................................                 236 / 236 (100%)
> 
> Time: 121 ms, Memory: 12.00 MB
> 
> OK (236 tests, 264 assertions)
> 
> Running src/Symfony/Component/Translation tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Translation
> ...............................................................  63 / 534 ( 11%)
> ............................................................... 126 / 534 ( 23%)
> ............................................................... 189 / 534 ( 35%)
> ............................................................... 252 / 534 ( 47%)
> ............................................................... 315 / 534 ( 58%)
> ............................................................... 378 / 534 ( 70%)
> ............................................................... 441 / 534 ( 82%)
> ............................................................... 504 / 534 ( 94%)
> ..............................                                  534 / 534 (100%)
> 
> Time: 526 ms, Memory: 18.00 MB
> 
> OK (534 tests, 824 assertions)
> 
> Legacy deprecation notices (6706)
> 
> Running src/Symfony/Component/Filesystem tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Filesystem
> ..........................S....................................  63 / 153 ( 41%)
> ............................................................... 126 / 153 ( 82%)
> ..........S................                                     153 / 153 (100%)
> 
> Time: 102 ms, Memory: 8.00 MB
> 
> There were 2 skipped tests:
> 
> 1) Symfony\Component\Filesystem\Tests\FilesystemTest::testFilesExistsFails
> Long file names are an issue on Windows
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php:377
> 
> 2) Symfony\Component\Filesystem\Tests\FilesystemTest::testTempnamWithPharSchemeFails
> This test cannot run when phar.readonly is 1.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php:1445
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 153, Assertions: 287, Skipped: 2.
> 
> Running src/Symfony/Component/Workflow tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Workflow
> ...............................................................  63 / 103 ( 61%)
> ........................................                        103 / 103 (100%)
> 
> Time: 86 ms, Memory: 12.00 MB
> 
> OK (103 tests, 292 assertions)
> 
> Legacy deprecation notices (3)
> 
> Running src/Symfony/Component/Cache tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Cache
> SSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS   61 / 8279 (  0%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  122 / 8279 (  1%)
> SSSSSSSSSS...S...S.............S...S.....WWWWWWWWWWWWWWWWWWWW  183 / 8279 (  2%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW  244 / 8279 (  2%)
> WWWW...............W...............................WWWWWWWWWW  305 / 8279 (  3%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW  366 / 8279 (  4%)
> WWWWWWWWWWWWWW..................SSS............S...S.....WWWW  427 / 8279 (  5%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW  488 / 8279 (  5%)
> WWWWWWWWWWWWWWWWWWWW.........................................  549 / 8279 (  6%)
> ..WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW  610 / 8279 (  7%)
> WWWWWWWWWWWWWWWWWWWWWWWWWW...................................  671 / 8279 (  8%)
> ........WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW  732 / 8279 (  8%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW........................SSSSS  793 / 8279 (  9%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......S...  854 / 8279 ( 10%)
> ..........S...S.....WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW  915 / 8279 ( 11%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW.................  976 / 8279 ( 11%)
> ...........................................WWWWWWWWWWWWWWWWWW 1037 / 8279 ( 12%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 1098 / 8279 ( 13%)
> WWWWWW...........................................WWWWWWWWWWWW 1159 / 8279 ( 13%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 1220 / 8279 ( 14%)
> WWWWWWWWWWWW...............SS.SS.S.S.....SSSS.SSSSSSSSSS.SSSS 1281 / 8279 ( 15%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1342 / 8279 ( 16%)
> SSSSSSSSSSSSSSSSSSSS........SSS........S..................... 1403 / 8279 ( 16%)
> ..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1464 / 8279 ( 17%)
> SSSSSSSSSSSSSSSSSSSSSSSSSS................SS................. 1525 / 8279 ( 18%)
> ........WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 1586 / 8279 ( 19%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW................S............ 1647 / 8279 ( 19%)
> ..............WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 1708 / 8279 ( 20%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW.............SSSSSSSSSS 1769 / 8279 ( 21%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1830 / 8279 ( 22%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1891 / 8279 ( 22%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1952 / 8279 ( 23%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2013 / 8279 ( 24%)
> SSSS.......S.............S...S.....WWWWWWWWWWWWWWWWWWWWWWWWWW 2074 / 8279 ( 25%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW.. 2135 / 8279 ( 25%)
> ..................SS......................WWWWWWWWWWWWWWWWWWW 2196 / 8279 ( 26%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 2257 / 8279 ( 27%)
> WWWWW.............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2318 / 8279 ( 27%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2379 / 8279 ( 28%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2440 / 8279 ( 29%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2501 / 8279 ( 30%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2562 / 8279 ( 30%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2623 / 8279 ( 31%)
> SSSSSSSSSSSSSSSSSSSSS.......SS......................WWWWWWWWW 2684 / 8279 ( 32%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 2745 / 8279 ( 33%)
> WWWWWWWWWWWWWWW..............W............................... 2806 / 8279 ( 33%)
> .....WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 2867 / 8279 ( 34%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWW................................ 2928 / 8279 ( 35%)
> .......S.......................WWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 2989 / 8279 ( 36%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW...... 3050 / 8279 ( 36%)
> ........................S.......................WWWWWWWWWWWWW 3111 / 8279 ( 37%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 3172 / 8279 ( 38%)
> WWWWWWWWWWW.................................................. 3233 / 8279 ( 39%)
> ....................................WWWWWWWWWWWWWWWWWWWWWWWWW 3294 / 8279 ( 39%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWWWWWWWWWWWWWWWWWWW 3355 / 8279 ( 40%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 3416 / 8279 ( 41%)
> WW.............................................WWWWWWWWWWWWWW 3477 / 8279 ( 41%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWWWWWWWW 3538 / 8279 ( 42%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 3599 / 8279 ( 43%)
> WWWWWWWWWWWWW.............................SSSSSSSSSSSSSSSSSSS 3660 / 8279 ( 44%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3721 / 8279 ( 44%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3782 / 8279 ( 45%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..S... 3843 / 8279 ( 46%)
> ............WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 3904 / 8279 ( 47%)
> WWWWWWWWWWSWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 3965 / 8279 ( 47%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW...................... 4026 / 8279 ( 48%)
> .........W.................WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 4087 / 8279 ( 49%)
> WWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 4148 / 8279 ( 50%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW....... 4209 / 8279 ( 50%)
> .......................SS...............WWWWWWWWWWWWWWWWWWWWW 4270 / 8279 ( 51%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWWWWWWWWWWWWWWW 4331 / 8279 ( 52%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 4392 / 8279 ( 53%)
> WWWWWW............................S..................WWWWWWWW 4453 / 8279 ( 53%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWW 4514 / 8279 ( 54%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 4575 / 8279 ( 55%)
> WWWWWWWWWWWWWWWWWWW.............................SSSSSSSSSSSSS 4636 / 8279 ( 55%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 4697 / 8279 ( 56%)
> SSSSSSSSSSSSSSSSSSSSSSSS..........................WWWWWWWWWWW 4758 / 8279 ( 57%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWWWWW 4819 / 8279 ( 58%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 4880 / 8279 ( 58%)
> WWWWWWWWWWWWWWWW............................................. 4941 / 8279 ( 59%)
> ..WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 5002 / 8279 ( 60%)
> SWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 5063 / 8279 ( 61%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWW...............................S 5124 / 8279 ( 61%)
> .S.SS.S..SS...SS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSWSSSSSSS 5185 / 8279 ( 62%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSWSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5246 / 8279 ( 63%)
> SSSSSSSSSSSSSSSSSSSSSSSWSSSSSSSSSSSSSSSSSSSS.............SSSS 5307 / 8279 ( 64%)
> SSS...........S...............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5368 / 8279 ( 64%)
> SSSSSWSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSWSSSSSSSSSSSSSSSSSS 5429 / 8279 ( 65%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSWSSSSSSSSSSSSSSSSSSSS.... 5490 / 8279 ( 66%)
> .........................S.................WWWWWWWWWWWWWWWWWW 5551 / 8279 ( 67%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWWWWWWWWWWWW 5612 / 8279 ( 67%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 5673 / 8279 ( 68%)
> WWWWWWWWW...............................S...............WWWWW 5734 / 8279 ( 69%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWW 5795 / 8279 ( 69%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 5856 / 8279 ( 70%)
> WWWWWWWWWWWWWWWWWWWWWW...............................S....... 5917 / 8279 ( 71%)
> ........WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 5978 / 8279 ( 72%)
> WWWWWWSWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 6039 / 8279 ( 72%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW.......................... 6100 / 8279 ( 73%)
> ...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 6161 / 8279 ( 74%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 6222 / 8279 ( 75%)
> SSSSSSSSSSSSS...........S...............WWWWWWWWWWWWWWWWWWWWW 6283 / 8279 ( 75%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWSWWWWWWWWWWWWWWWWWWWWWW 6344 / 8279 ( 76%)
> WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 6405 / 8279 ( 77%)
> WWWWWW.............................
> 
> Time: 15.1 seconds, Memory: 104.00 MB
> 
> There were 3145 warnings:
> 
> 1) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 4) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 5) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 6) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 7) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 8) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 9) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 10) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 11) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 12) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 13) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 14) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 15) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 16) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 17) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 18) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 19) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 20) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 21) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 22) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 23) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 24) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 25) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 26) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 27) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 28) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 29) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 30) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 31) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 32) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 33) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 34) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 35) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 36) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 37) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 38) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 39) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 40) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 41) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 42) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 43) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 44) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 45) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 46) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 47) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 48) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 49) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 50) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 51) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 52) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 53) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 54) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 55) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 56) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 57) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 58) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 59) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 60) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 61) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 62) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 63) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 64) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 65) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 66) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 67) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 68) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 69) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 70) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 71) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 72) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 73) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 74) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 75) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 76) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 77) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 78) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 79) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 80) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 81) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 82) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 83) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 84) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 85) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 86) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testPrune
> Passing an array of interface names to createMock() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> Passing an array of interface names to getMockBuilder() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> 
> 87) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 88) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 89) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 90) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 91) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 92) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 93) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 94) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 95) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 96) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 97) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 98) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 99) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 100) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 101) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 102) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 103) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 104) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 105) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 106) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 107) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 108) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 109) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 110) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 111) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 112) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 113) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 114) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 115) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 116) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 117) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 118) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 119) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 120) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 121) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 122) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 123) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 124) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 125) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 126) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 127) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 128) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 129) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 130) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 131) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 132) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 133) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 134) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 135) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 136) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 137) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 138) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 139) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 140) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 141) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 142) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 143) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 144) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 145) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 146) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 147) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 148) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 149) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 150) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 151) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 152) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 153) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 154) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 155) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 156) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 157) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 158) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 159) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 160) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 161) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 162) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 163) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 164) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 165) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 166) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 167) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 168) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 169) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 170) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 171) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 172) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 173) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 174) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 175) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 176) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 177) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 178) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 179) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 180) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 181) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 182) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 183) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 184) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 185) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 186) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 187) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 188) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 189) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 190) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 191) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 192) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 193) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 194) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 195) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 196) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 197) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 198) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 199) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 200) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 201) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 202) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 203) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 204) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 205) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 206) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 207) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 208) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 209) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 210) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 211) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 212) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 213) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 214) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 215) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 216) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 217) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 218) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 219) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 220) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 221) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 222) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 223) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 224) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 225) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 226) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 227) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 228) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 229) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 230) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 231) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 232) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 233) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 234) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 235) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 236) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 237) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 238) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 239) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 240) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 241) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 242) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 243) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 244) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 245) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 246) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 247) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 248) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 249) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 250) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 251) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 252) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 253) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 254) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 255) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 256) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 257) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 258) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 259) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 260) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 261) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 262) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 263) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 264) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 265) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 266) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 267) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 268) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 269) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 270) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 271) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 272) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 273) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 274) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 275) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 276) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 277) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 278) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 279) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 280) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 281) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 282) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 283) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 284) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 285) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 286) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 287) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 288) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 289) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 290) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 291) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 292) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 293) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 294) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 295) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 296) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 297) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 298) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 299) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 300) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 301) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 302) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 303) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 304) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 305) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 306) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 307) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 308) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 309) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 310) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 311) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 312) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 313) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 314) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 315) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 316) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 317) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 318) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 319) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 320) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 321) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 322) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 323) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 324) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 325) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 326) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 327) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 328) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 329) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 330) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 331) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 332) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 333) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 334) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 335) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 336) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 337) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 338) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 339) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 340) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 341) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 342) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 343) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 344) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 345) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 346) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 347) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 348) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 349) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 350) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 351) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 352) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 353) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 354) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 355) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 356) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 357) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 358) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 359) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 360) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 361) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 362) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 363) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 364) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 365) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 366) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 367) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 368) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 369) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 370) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 371) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 372) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 373) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 374) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 375) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 376) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 377) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 378) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 379) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 380) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 381) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 382) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 383) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 384) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 385) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 386) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 387) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 388) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 389) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 390) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 391) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 392) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 393) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 394) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 395) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 396) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 397) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 398) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 399) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 400) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 401) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 402) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 403) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 404) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 405) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 406) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 407) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 408) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 409) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 410) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 411) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 412) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 413) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 414) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 415) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 416) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 417) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 418) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 419) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 420) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 421) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 422) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 423) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 424) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 425) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 426) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 427) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 428) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 429) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 430) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 431) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 432) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 433) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 434) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 435) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 436) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 437) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 438) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 439) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 440) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 441) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 442) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 443) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 444) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 445) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 446) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 447) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 448) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 449) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 450) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 451) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 452) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 453) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 454) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 455) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 456) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 457) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 458) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 459) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 460) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 461) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 462) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 463) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 464) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 465) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 466) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 467) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 468) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 469) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 470) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 471) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 472) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 473) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 474) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 475) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 476) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 477) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 478) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 479) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 480) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 481) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 482) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 483) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 484) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 485) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 486) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 487) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 488) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 489) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 490) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 491) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 492) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 493) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 494) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 495) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 496) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 497) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 498) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 499) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 500) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 501) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 502) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 503) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 504) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 505) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 506) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 507) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 508) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 509) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 510) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 511) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 512) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 513) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 514) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 515) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 516) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 517) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 518) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 519) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 520) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 521) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 522) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 523) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 524) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 525) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 526) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 527) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 528) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 529) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 530) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 531) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 532) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 533) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 534) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 535) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 536) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 537) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 538) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 539) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 540) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 541) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 542) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 543) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 544) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 545) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 546) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 547) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 548) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 549) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 550) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 551) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 552) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 553) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 554) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 555) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 556) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 557) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 558) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 559) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 560) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 561) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 562) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 563) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 564) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 565) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 566) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 567) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 568) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 569) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 570) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 571) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 572) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 573) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 574) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 575) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 576) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 577) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 578) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 579) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 580) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 581) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 582) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 583) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 584) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 585) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 586) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 587) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 588) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 589) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 590) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 591) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 592) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 593) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 594) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 595) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 596) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 597) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 598) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 599) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 600) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 601) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 602) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 603) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 604) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 605) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 606) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 607) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 608) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 609) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 610) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 611) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 612) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 613) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 614) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 615) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 616) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 617) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 618) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 619) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 620) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 621) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 622) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 623) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 624) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 625) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 626) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 627) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 628) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 629) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 630) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 631) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 632) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 633) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 634) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 635) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 636) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 637) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 638) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 639) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 640) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 641) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 642) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 643) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 644) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 645) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 646) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 647) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 648) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 649) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 650) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 651) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 652) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 653) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 654) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 655) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 656) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 657) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 658) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 659) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 660) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 661) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 662) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 663) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 664) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 665) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 666) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 667) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 668) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 669) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 670) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 671) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 672) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 673) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 674) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 675) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 676) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 677) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 678) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 679) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 680) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 681) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 682) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 683) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 684) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 685) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 686) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 687) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 688) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 689) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 690) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 691) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 692) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 693) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 694) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 695) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 696) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 697) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 698) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 699) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 700) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 701) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 702) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 703) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 704) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 705) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 706) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 707) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 708) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 709) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 710) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 711) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 712) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 713) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 714) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 715) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 716) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 717) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 718) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 719) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 720) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 721) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 722) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 723) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 724) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 725) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 726) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 727) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 728) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 729) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 730) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 731) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 732) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 733) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 734) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 735) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 736) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 737) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 738) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 739) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 740) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 741) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 742) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 743) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 744) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 745) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 746) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 747) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 748) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 749) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 750) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 751) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 752) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 753) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 754) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 755) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 756) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 757) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 758) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 759) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 760) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 761) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 762) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 763) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 764) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 765) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 766) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 767) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 768) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 769) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 770) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 771) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 772) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 773) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 774) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 775) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 776) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 777) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 778) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 779) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 780) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 781) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 782) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 783) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 784) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 785) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 786) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 787) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 788) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 789) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 790) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 791) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 792) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 793) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 794) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 795) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 796) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 797) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 798) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 799) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 800) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 801) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 802) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 803) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 804) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 805) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 806) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 807) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 808) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 809) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 810) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 811) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 812) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 813) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 814) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 815) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 816) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 817) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 818) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 819) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 820) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 821) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 822) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 823) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 824) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 825) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 826) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 827) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 828) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 829) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 830) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 831) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 832) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 833) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 834) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 835) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 836) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 837) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 838) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 839) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 840) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 841) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 842) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 843) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 844) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 845) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 846) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 847) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 848) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 849) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 850) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 851) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 852) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 853) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 854) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 855) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 856) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 857) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 858) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 859) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 860) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 861) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 862) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 863) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 864) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 865) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 866) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 867) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 868) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 869) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 870) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 871) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 872) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 873) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 874) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 875) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 876) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 877) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 878) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 879) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 880) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 881) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 882) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 883) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 884) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 885) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 886) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 887) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 888) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 889) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 890) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 891) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 892) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 893) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 894) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 895) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 896) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 897) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 898) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 899) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 900) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 901) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 902) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 903) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 904) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 905) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 906) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 907) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 908) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 909) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 910) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 911) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 912) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 913) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 914) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 915) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 916) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 917) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 918) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 919) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 920) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 921) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 922) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 923) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 924) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 925) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 926) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 927) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 928) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 929) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 930) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 931) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 932) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 933) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 934) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 935) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 936) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 937) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 938) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 939) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 940) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 941) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 942) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 943) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 944) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 945) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 946) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 947) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 948) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 949) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 950) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 951) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 952) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 953) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 954) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 955) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 956) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 957) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 958) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 959) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 960) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 961) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 962) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 963) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 964) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 965) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 966) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 967) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 968) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 969) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 970) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 971) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 972) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 973) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 974) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 975) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 976) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 977) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 978) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 979) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 980) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 981) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 982) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 983) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 984) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 985) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 986) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 987) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 988) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 989) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 990) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 991) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 992) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 993) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 994) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 995) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 996) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 997) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 998) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 999) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1000) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1001) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1002) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1003) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1004) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1005) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1006) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1007) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1008) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1009) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1010) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1011) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1012) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1013) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1014) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1015) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1016) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1017) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1018) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1019) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1020) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1021) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1022) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1023) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1024) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1025) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1026) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1027) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1028) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1029) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1030) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1031) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1032) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1033) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1034) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1035) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1036) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1037) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1038) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1039) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1040) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1041) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1042) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1043) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1044) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1045) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1046) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1047) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1048) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1049) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1050) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1051) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1052) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1053) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1054) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1055) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1056) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1057) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1058) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1059) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1060) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1061) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1062) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1063) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1064) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1065) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1066) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1067) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1068) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1069) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1070) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1071) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1072) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1073) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1074) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1075) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1076) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1077) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1078) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1079) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1080) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1081) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1082) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1083) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1084) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1085) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1086) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1087) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1088) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1089) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1090) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1091) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1092) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1093) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1094) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1095) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1096) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1097) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1098) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1099) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1100) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1101) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1102) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1103) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1104) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1105) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1106) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1107) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testPrune
> Passing an array of interface names to createMock() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> Passing an array of interface names to getMockBuilder() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> 
> 1108) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1109) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1110) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1111) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1112) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1113) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1114) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1115) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1116) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1117) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1118) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1119) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1120) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1121) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1122) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1123) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1124) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1125) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1126) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1127) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1128) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1129) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1130) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1131) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1132) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1133) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1134) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1135) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1136) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1137) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1138) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1139) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1140) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1141) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1142) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1143) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1144) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1145) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1146) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1147) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1148) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1149) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1150) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1151) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1152) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1153) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1154) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1155) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1156) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1157) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1158) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1159) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1160) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1161) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1162) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1163) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1164) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1165) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1166) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1167) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1168) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1169) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1170) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1171) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1172) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1173) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1174) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1175) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1176) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1177) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1178) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1179) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1180) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1181) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1182) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1183) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1184) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1185) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1186) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1187) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1188) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1189) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1190) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1191) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1192) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1193) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1194) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1195) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1196) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1197) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1198) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1199) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1200) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1201) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1202) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1203) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1204) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1205) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1206) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1207) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1208) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1209) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1210) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1211) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1212) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1213) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1214) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1215) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1216) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1217) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1218) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1219) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1220) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1221) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1222) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1223) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1224) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1225) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1226) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1227) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1228) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1229) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1230) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1231) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1232) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1233) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1234) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1235) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1236) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1237) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1238) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1239) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1240) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1241) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1242) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1243) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1244) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1245) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1246) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1247) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1248) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1249) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1250) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1251) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1252) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1253) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1254) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1255) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1256) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1257) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1258) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1259) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1260) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1261) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1262) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1263) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1264) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1265) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1266) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1267) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1268) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1269) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1270) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1271) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1272) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1273) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1274) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1275) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1276) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1277) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1278) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1279) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1280) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1281) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1282) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1283) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1284) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1285) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1286) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1287) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1288) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1289) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1290) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1291) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1292) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1293) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1294) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1295) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1296) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1297) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1298) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1299) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1300) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1301) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1302) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1303) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1304) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1305) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1306) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1307) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1308) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1309) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1310) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1311) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1312) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1313) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1314) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1315) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1316) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1317) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1318) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1319) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1320) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1321) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1322) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1323) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1324) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1325) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1326) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1327) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1328) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1329) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1330) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1331) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1332) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1333) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1334) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1335) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1336) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1337) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1338) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1339) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1340) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1341) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1342) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1343) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1344) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1345) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1346) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1347) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1348) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1349) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1350) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1351) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1352) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1353) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1354) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1355) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1356) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1357) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1358) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1359) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1360) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1361) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1362) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1363) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1364) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1365) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1366) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1367) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1368) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1369) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1370) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1371) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1372) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1373) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1374) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1375) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1376) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1377) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1378) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1379) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1380) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1381) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1382) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1383) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1384) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1385) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1386) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1387) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1388) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1389) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1390) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1391) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1392) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1393) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1394) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1395) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1396) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1397) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1398) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1399) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1400) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1401) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1402) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1403) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1404) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1405) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1406) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1407) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1408) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1409) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1410) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1411) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1412) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1413) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1414) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1415) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1416) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1417) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1418) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1419) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1420) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1421) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1422) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1423) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1424) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1425) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1426) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1427) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1428) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1429) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1430) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1431) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1432) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1433) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1434) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1435) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1436) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1437) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1438) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1439) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1440) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1441) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1442) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1443) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1444) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1445) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1446) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1447) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1448) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1449) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1450) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1451) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1452) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1453) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1454) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1455) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1456) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1457) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1458) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1459) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1460) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1461) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1462) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1463) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1464) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1465) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1466) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1467) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1468) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1469) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1470) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1471) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1472) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1473) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1474) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1475) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1476) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1477) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1478) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1479) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1480) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1481) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1482) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1483) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1484) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1485) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1486) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1487) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1488) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1489) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1490) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1491) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1492) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1493) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1494) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1495) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1496) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1497) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1498) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1499) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1500) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1501) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1502) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1503) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1504) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1505) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1506) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1507) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1508) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1509) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1510) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1511) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1512) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1513) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1514) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1515) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1516) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1517) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1518) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1519) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1520) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1521) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1522) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1523) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1524) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1525) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1526) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1527) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1528) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1529) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1530) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1531) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1532) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1533) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1534) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1535) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1536) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1537) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1538) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1539) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1540) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1541) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1542) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1543) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1544) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1545) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1546) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1547) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1548) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1549) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1550) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1551) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1552) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1553) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1554) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1555) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1556) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1557) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1558) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1559) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1560) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1561) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1562) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1563) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1564) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1565) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1566) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1567) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1568) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1569) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1570) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1571) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1572) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1573) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1574) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1575) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1576) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1577) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1578) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1579) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1580) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1581) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1582) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1583) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1584) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1585) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1586) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1587) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1588) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1589) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1590) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1591) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1592) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1593) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1594) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1595) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1596) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1597) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1598) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1599) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1600) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1601) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1602) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1603) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1604) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1605) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1606) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1607) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1608) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1609) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1610) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1611) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1612) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1613) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1614) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1615) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1616) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1617) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1618) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1619) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1620) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1621) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1622) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1623) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1624) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1625) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1626) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1627) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1628) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1629) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1630) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1631) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1632) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1633) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1634) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1635) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1636) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1637) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1638) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1639) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1640) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1641) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1642) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1643) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1644) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1645) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1646) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1647) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1648) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1649) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1650) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1651) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1652) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1653) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1654) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1655) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1656) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1657) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1658) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1659) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1660) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1661) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1662) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1663) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1664) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1665) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1666) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1667) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1668) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1669) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1670) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1671) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1672) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1673) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1674) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1675) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1676) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1677) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1678) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1679) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1680) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1681) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1682) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1683) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1684) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1685) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1686) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1687) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1688) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1689) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1690) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1691) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1692) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1693) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1694) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1695) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1696) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1697) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1698) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1699) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1700) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1701) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1702) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1703) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1704) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1705) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1706) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1707) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1708) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1709) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1710) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1711) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1712) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1713) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1714) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1715) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1716) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1717) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1718) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1719) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1720) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1721) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1722) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1723) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1724) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1725) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1726) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1727) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1728) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1729) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1730) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1731) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1732) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1733) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1734) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1735) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1736) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1737) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1738) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1739) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1740) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1741) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1742) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1743) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1744) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1745) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1746) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1747) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1748) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1749) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1750) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1751) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1752) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1753) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1754) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1755) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1756) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1757) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1758) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1759) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1760) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1761) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1762) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1763) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1764) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1765) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1766) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1767) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1768) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1769) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1770) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1771) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1772) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1773) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1774) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1775) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1776) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1777) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1778) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1779) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1780) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1781) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1782) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1783) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1784) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1785) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1786) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1787) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1788) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1789) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1790) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1791) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1792) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1793) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1794) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1795) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1796) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1797) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1798) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1799) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1800) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1801) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1802) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1803) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1804) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1805) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1806) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1807) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testPrune
> Passing an array of interface names to createMock() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> Passing an array of interface names to getMockBuilder() for creating a test double that implements multiple interfaces is deprecated and will no longer be supported in PHPUnit 9.
> 
> 1808) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1809) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1810) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1811) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1812) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1813) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1814) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1815) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1816) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1817) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1818) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1819) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1820) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1821) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1822) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1823) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1824) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1825) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1826) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1827) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1828) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1829) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1830) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1831) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1832) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1833) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1834) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1835) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1836) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1837) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1838) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1839) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1840) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1841) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1842) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1843) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1844) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1845) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1846) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1847) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1848) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1849) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1850) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1851) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1852) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1853) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1854) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1855) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1856) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1857) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1858) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1859) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1860) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1861) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1862) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1863) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1864) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1865) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1866) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1867) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1868) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1869) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1870) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1871) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1872) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1873) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1874) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1875) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1876) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1877) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1878) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1879) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1880) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1881) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1882) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1883) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1884) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1885) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1886) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1887) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1888) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1889) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1890) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1891) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1892) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1893) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1894) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1895) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1896) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1897) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1898) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1899) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1900) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1901) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1902) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1903) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1904) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1905) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1906) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1907) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1908) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1909) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1910) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1911) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1912) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1913) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1914) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1915) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1916) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1917) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1918) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1919) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1920) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1921) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1922) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1923) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1924) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1925) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1926) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1927) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1928) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1929) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1930) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1931) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1932) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1933) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1934) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1935) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1936) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1937) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1938) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1939) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1940) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1941) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1942) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1943) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1944) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1945) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1946) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1947) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1948) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1949) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1950) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1951) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1952) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1953) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1954) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1955) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1956) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1957) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1958) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1959) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1960) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1961) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1962) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1963) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1964) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1965) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1966) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1967) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1968) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1969) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1970) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1971) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1972) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1973) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1974) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1975) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1976) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1977) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1978) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1979) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1980) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1981) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1982) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1983) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1984) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1985) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1986) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1987) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1988) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1989) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1990) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1991) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1992) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1993) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1994) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1995) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1996) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1997) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1998) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 1999) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2000) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2001) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2002) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2003) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2004) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2005) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2006) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2007) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2008) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2009) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2010) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2011) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2012) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2013) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2014) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2015) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2016) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2017) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2018) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2019) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2020) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2021) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2022) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2023) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2024) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2025) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2026) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2027) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2028) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2029) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2030) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2031) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2032) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2033) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2034) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2035) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2036) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2037) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2038) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2039) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2040) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2041) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2042) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2043) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2044) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2045) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2046) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2047) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2048) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2049) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2050) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2051) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2052) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2053) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2054) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2055) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2056) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2057) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2058) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2059) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2060) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2061) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2062) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2063) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2064) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2065) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2066) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2067) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2068) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2069) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2070) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2071) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2072) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2073) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2074) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2075) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2076) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2077) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2078) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2079) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2080) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2081) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2082) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2083) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2084) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2085) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2086) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2087) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2088) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2089) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2090) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2091) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2092) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2093) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2094) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2095) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2096) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2097) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2098) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2099) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2100) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2101) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2102) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2103) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2104) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2105) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2106) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2107) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2108) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2109) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2110) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2111) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2112) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2113) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2114) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2115) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2116) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2117) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2118) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2119) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2120) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2121) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2122) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2123) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2124) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2125) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2126) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2127) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2128) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2129) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2130) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2131) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2132) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2133) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2134) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2135) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2136) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2137) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2138) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2139) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2140) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2141) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2142) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2143) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2144) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2145) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2146) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2147) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2148) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2149) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2150) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2151) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2152) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2153) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2154) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2155) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2156) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2157) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2158) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2159) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2160) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2161) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2162) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2163) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2164) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2165) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2166) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2167) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2168) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2169) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2170) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2171) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2172) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2173) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2174) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2175) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2176) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2177) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2178) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2179) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2180) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2181) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2182) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2183) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2184) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2185) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2186) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2187) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2188) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2189) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2190) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2191) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2192) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2193) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2194) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2195) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2196) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2197) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2198) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2199) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2200) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2201) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2202) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2203) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2204) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2205) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2206) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2207) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2208) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2209) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2210) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2211) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2212) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2213) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2214) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2215) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2216) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2217) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2218) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2219) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2220) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2221) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2222) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2223) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2224) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2225) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2226) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2227) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2228) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2229) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2230) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2231) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2232) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2233) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2234) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2235) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2236) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2237) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2238) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2239) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2240) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2241) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2242) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2243) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2244) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2245) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2246) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2247) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2248) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2249) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2250) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2251) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2252) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2253) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2254) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2255) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2256) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2257) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2258) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2259) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2260) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2261) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2262) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2263) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2264) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2265) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2266) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2267) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2268) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2269) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2270) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2271) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2272) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2273) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2274) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2275) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2276) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2277) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2278) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2279) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2280) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2281) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2282) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2283) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2284) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2285) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2286) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2287) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2288) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2289) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2290) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2291) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2292) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2293) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2294) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2295) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2296) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2297) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2298) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2299) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2300) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2301) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2302) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2303) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2304) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2305) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2306) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2307) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2308) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2309) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2310) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2311) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2312) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2313) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2314) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2315) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2316) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2317) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2318) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2319) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2320) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2321) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2322) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2323) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2324) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2325) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2326) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2327) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2328) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2329) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2330) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2331) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2332) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2333) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2334) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2335) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2336) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2337) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2338) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2339) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2340) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2341) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2342) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2343) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2344) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2345) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2346) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2347) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2348) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2349) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2350) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2351) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2352) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2353) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2354) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2355) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2356) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2357) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2358) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2359) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2360) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2361) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2362) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2363) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2364) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2365) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2366) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2367) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2368) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2369) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2370) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2371) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2372) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2373) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2374) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2375) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2376) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2377) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2378) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2379) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2380) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2381) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2382) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2383) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2384) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2385) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2386) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2387) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2388) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2389) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2390) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2391) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2392) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2393) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2394) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2395) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2396) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2397) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2398) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2399) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2400) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2401) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2402) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2403) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2404) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2405) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2406) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2407) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2408) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2409) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2410) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2411) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2412) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2413) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2414) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2415) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2416) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2417) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2418) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2419) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2420) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2421) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2422) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2423) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2424) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2425) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2426) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2427) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2428) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2429) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2430) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2431) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2432) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2433) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2434) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2435) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2436) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2437) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2438) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2439) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2440) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2441) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2442) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2443) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2444) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2445) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2446) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2447) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2448) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2449) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2450) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2451) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2452) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2453) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2454) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2455) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2456) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2457) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2458) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2459) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2460) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2461) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2462) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2463) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2464) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2465) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2466) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2467) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2468) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2469) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2470) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2471) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2472) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2473) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2474) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2475) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2476) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2477) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2478) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2479) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2480) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2481) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2482) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2483) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2484) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2485) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2486) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2487) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2488) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2489) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2490) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2491) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2492) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2493) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2494) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2495) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2496) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2497) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2498) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2499) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2500) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2501) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2502) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2503) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2504) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2505) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2506) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2507) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2508) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2509) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2510) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2511) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2512) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2513) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2514) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2515) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2516) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2517) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2518) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2519) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2520) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2521) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2522) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2523) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2524) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2525) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2526) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2527) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2528) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2529) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2530) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2531) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2532) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2533) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2534) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2535) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2536) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2537) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2538) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2539) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2540) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2541) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2542) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2543) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2544) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2545) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2546) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2547) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2548) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2549) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2550) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2551) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2552) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2553) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2554) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2555) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2556) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2557) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2558) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2559) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2560) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2561) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2562) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2563) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2564) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2565) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2566) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2567) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2568) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2569) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2570) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2571) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2572) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2573) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2574) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2575) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2576) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2577) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2578) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2579) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2580) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2581) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2582) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2583) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2584) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2585) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2586) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2587) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2588) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2589) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2590) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2591) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2592) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2593) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2594) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2595) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2596) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2597) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2598) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2599) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2600) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2601) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2602) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2603) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2604) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2605) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2606) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2607) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2608) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2609) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2610) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2611) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2612) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2613) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2614) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2615) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2616) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2617) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2618) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2619) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2620) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2621) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2622) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2623) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2624) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2625) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2626) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2627) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2628) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2629) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2630) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2631) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2632) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2633) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2634) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2635) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2636) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2637) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2638) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2639) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2640) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2641) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2642) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2643) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2644) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2645) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2646) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2647) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2648) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2649) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2650) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2651) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2652) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2653) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2654) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2655) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2656) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2657) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2658) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2659) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2660) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2661) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2662) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2663) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2664) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2665) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2666) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2667) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2668) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2669) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2670) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2671) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2672) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2673) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2674) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2675) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2676) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2677) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2678) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2679) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2680) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2681) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2682) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2683) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2684) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2685) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2686) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2687) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2688) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2689) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2690) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2691) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2692) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2693) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2694) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2695) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2696) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2697) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2698) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2699) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2700) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2701) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2702) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2703) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2704) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2705) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2706) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2707) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2708) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2709) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2710) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2711) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2712) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2713) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2714) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2715) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2716) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2717) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2718) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2719) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2720) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2721) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2722) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2723) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2724) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2725) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2726) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2727) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2728) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2729) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2730) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2731) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2732) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2733) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2734) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2735) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2736) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2737) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2738) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2739) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2740) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2741) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2742) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2743) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2744) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2745) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2746) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2747) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2748) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2749) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2750) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2751) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2752) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2753) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2754) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2755) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2756) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2757) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2758) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2759) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2760) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2761) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2762) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2763) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2764) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2765) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2766) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2767) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2768) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2769) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2770) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2771) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2772) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2773) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2774) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2775) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2776) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2777) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2778) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2779) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2780) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2781) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2782) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2783) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2784) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2785) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2786) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2787) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2788) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2789) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2790) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2791) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2792) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2793) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2794) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2795) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2796) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2797) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2798) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2799) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2800) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2801) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2802) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2803) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2804) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2805) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2806) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2807) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2808) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2809) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2810) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2811) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2812) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2813) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2814) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2815) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2816) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2817) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2818) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2819) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2820) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2821) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2822) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2823) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2824) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2825) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2826) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2827) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2828) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2829) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2830) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2831) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2832) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2833) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2834) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2835) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2836) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2837) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2838) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2839) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2840) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2841) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2842) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2843) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2844) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2845) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2846) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2847) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2848) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2849) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2850) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2851) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2852) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2853) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2854) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2855) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2856) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2857) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2858) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2859) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2860) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2861) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2862) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2863) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2864) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2865) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2866) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2867) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2868) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2869) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2870) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2871) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2872) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2873) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2874) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2875) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2876) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2877) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2878) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2879) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2880) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2881) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2882) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2883) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2884) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2885) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2886) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2887) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2888) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2889) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2890) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2891) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2892) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2893) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2894) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2895) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2896) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2897) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2898) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2899) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2900) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2901) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2902) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2903) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2904) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2905) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2906) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2907) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2908) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2909) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2910) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2911) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2912) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2913) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2914) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2915) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2916) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2917) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2918) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2919) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2920) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2921) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2922) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2923) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2924) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2925) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2926) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2927) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2928) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2929) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2930) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2931) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2932) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2933) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2934) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2935) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2936) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2937) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2938) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2939) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2940) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2941) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2942) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2943) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2944) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2945) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2946) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2947) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2948) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2949) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2950) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2951) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2952) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2953) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2954) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2955) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2956) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2957) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2958) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2959) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2960) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2961) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2962) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2963) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2964) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2965) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2966) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2967) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2968) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2969) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2970) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2971) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2972) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2973) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2974) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2975) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2976) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2977) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2978) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2979) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2980) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2981) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2982) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2983) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2984) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2985) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2986) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2987) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2988) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2989) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2990) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2991) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2992) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2993) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2994) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2995) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2996) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2997) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2998) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 2999) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3000) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3001) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3002) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3003) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3004) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3005) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3006) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3007) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3008) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3009) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3010) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3011) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3012) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3013) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3014) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3015) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3016) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3017) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3018) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3019) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3020) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3021) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3022) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3023) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3024) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3025) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3026) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3027) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3028) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3029) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3030) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3031) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3032) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3033) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3034) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testGetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3035) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3036) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3037) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3038) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3039) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3040) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3041) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3042) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3043) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3044) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3045) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3046) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3047) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3048) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3049) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3050) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3051) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3052) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3053) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3054) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3055) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3056) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3057) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3058) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3059) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3060) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3061) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3062) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3063) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3064) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3065) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3066) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3067) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3068) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3069) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3070) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3071) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3072) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3073) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3074) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3075) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3076) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3077) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3078) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3079) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3080) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3081) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3082) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3083) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3084) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3085) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3086) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3087) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3088) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3089) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3090) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3091) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3092) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3093) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3094) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3095) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3096) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3097) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3098) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3099) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3100) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3101) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3102) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3103) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3104) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3105) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3106) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3107) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3108) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3109) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3110) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3111) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3112) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3113) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3114) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3115) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3116) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3117) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3118) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3119) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3120) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3121) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3122) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3123) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3124) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3125) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testDeleteMultipleNoIterable
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3126) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3127) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3128) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3129) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3130) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3131) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3132) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3133) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3134) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3135) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3136) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3137) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3138) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3139) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3140) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3141) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3142) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3143) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3144) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> 3145) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
> 
> --
> 
> There were 1786 skipped tests:
> 
> 1) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testUnserializable
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 2) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testVersion
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 3) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testNamespace
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 4) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGet
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 5) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testRecursiveGet
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 6) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetMetadata
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 7) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDefaultLifeTime
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 8) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiration
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 9) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testNotUnserializable
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 10) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testPrune
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 11) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testClearPrefix
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 12) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testBasicUsage
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 13) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testItemModifiersReturnsStatic
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 14) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItem
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 15) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItems
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 16) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsEmpty
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 17) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItem
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 18) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testClear
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 19) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testClearWithDeferredItems
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 20) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItem
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 21) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItems
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 22) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSave
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 23) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveExpired
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 24) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveWithoutExpire
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 25) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeferredSave
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 26) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeferredExpired
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 27) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteDeferredItem
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 28) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeferredSaveWithoutCommit
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 29) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testCommit
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 30) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiresAt
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 31) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiresAtWithNull
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 32) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiresAfterWithNull
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 33) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testKeyLength
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 34) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 35) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 36) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 37) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 38) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 39) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 40) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 41) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 42) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 43) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 44) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 45) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 46) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 47) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 48) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 49) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 50) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 51) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 52) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 53) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 54) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 55) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 56) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 57) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 58) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 59) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 60) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 61) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 62) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 63) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 64) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 65) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 66) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 67) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 68) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 69) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 70) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 71) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 72) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 73) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 74) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 75) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 76) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 77) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 78) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 79) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 80) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 81) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 82) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 83) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 84) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 85) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 86) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 87) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 88) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 89) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 90) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 91) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 92) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 93) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 94) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 95) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 96) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 97) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 98) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 99) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 100) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 101) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 102) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 103) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 104) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 105) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 106) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 107) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 108) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 109) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 110) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 111) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 112) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 113) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 114) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 115) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 116) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 117) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 118) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 119) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeString
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 120) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeInteger
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 121) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeNull
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 122) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeFloat
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 123) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeBoolean
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 124) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeArray
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 125) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeObject
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 126) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testIsHit
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 127) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testIsHitDeferred
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 128) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveDeferredWhenChangingValues
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 129) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveDeferredOverwrite
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 130) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSavingObject
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 131) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> apc.enable_cli=1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:33
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:37
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:26
> 
> 132) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetMetadata
> ArrayAdapter does not keep metadata.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:104
> 
> 133) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testPrune
> Not a pruneable cache pool.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 134) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:358
> 
> 135) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:448
> 
> 136) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testNotUnserializable
> ArrayCache does not use serialize/unserialize
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:170
> 
> 137) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testPrune
> Not a pruneable cache pool.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 138) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testClearPrefix
> Doctrine cannot clear by prefix
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:259
> 
> 139) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayCache is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:358
> 
> 140) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayCache is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:448
> 
> 141) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testOptions
> Memcached error: connection failure
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:41
> 
> 142) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testBadOptions
> Test skipped because of an error in hook method
> 
> 143) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDefaultOptions
> Test skipped because of an error in hook method
> 
> 144) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testOptionSerializer
> Test skipped because of an error in hook method
> 
> 145) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testServersSetting
> Test skipped because of an error in hook method
> 
> 146) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDsnWithOptions
> Test skipped because of an error in hook method
> 
> 147) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 148) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testMultiServerDsn
> Test skipped because of an error in hook method
> 
> 149) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGet
> Test skipped because of an error in hook method
> 
> 150) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 151) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 152) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 153) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 154) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 155) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 156) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 157) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 158) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 159) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 160) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 161) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 162) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 163) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 164) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 165) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 166) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 167) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 168) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 169) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 170) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 171) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 172) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 173) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 174) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 175) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 176) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 177) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 178) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 179) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 180) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 181) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 182) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 183) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 184) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 185) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 186) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 187) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 188) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 189) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 190) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 191) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 192) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 193) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 194) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 195) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 196) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testPrune
> ProxyAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 197) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:358
> 
> 198) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:448
> 
> 199) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGet
> PhpArrayAdapter is read-only.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:36
> 
> 200) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testRecursiveGet
> PhpArrayAdapter is read-only.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:84
> 
> 201) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDefaultLifeTime
> PhpArrayAdapter does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:129
> 
> 202) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiration
> PhpArrayAdapter does not support expiration.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:150
> 
> 203) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testPrune
> PhpArrayAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 204) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testBasicUsage
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:78
> 
> 205) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testClear
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:237
> 
> 206) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testClearWithDeferredItems
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:256
> 
> 207) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItem
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:274
> 
> 208) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItems
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:293
> 
> 209) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveExpired
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:340
> 
> 210) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveWithoutExpire
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:358
> 
> 211) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeferredSave
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:378
> 
> 212) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeferredExpired
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:407
> 
> 213) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteDeferredItem
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:426
> 
> 214) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeferredSaveWithoutCommit
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:448
> 
> 215) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testCommit
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:473
> 
> 216) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiresAt
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:512
> 
> 217) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiresAtWithNull
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:529
> 
> 218) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiresAfterWithNull
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:546
> 
> 219) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 220) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 221) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 222) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 223) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 224) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 225) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 226) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 227) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 228) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 229) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 230) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 231) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 232) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 233) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 234) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 235) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 236) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 237) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 238) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 239) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 240) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 241) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 242) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 243) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 244) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 245) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 246) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 247) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 248) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 249) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 250) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 251) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 252) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 253) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 254) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 255) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 256) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 257) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 258) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 259) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 260) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 261) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 262) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 263) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 264) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 265) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 266) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 267) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 268) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 269) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 270) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 271) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 272) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 273) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 274) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 275) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 276) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 277) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 278) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 279) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 280) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 281) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 282) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 283) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 284) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 285) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 286) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 287) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 288) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 289) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 290) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 291) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 292) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 293) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 294) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 295) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 296) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 297) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 298) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 299) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 300) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 301) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 302) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 303) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 304) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testIsHitDeferred
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:799
> 
> 305) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveDeferredWhenChangingValues
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:820
> 
> 306) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveDeferredOverwrite
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:843
> 
> 307) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testPrune
> PhpArrayAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 308) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 309) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 310) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 311) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 312) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 313) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 314) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 315) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 316) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 317) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 318) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 319) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 320) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 321) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 322) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 323) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 324) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:583
> 
> 325) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 326) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 327) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 328) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 329) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 330) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 331) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 332) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 333) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 334) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 335) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 336) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 337) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 338) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 339) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 340) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 341) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:598
> 
> 342) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 343) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 344) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 345) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 346) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 347) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 348) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 349) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 350) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 351) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 352) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 353) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 354) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 355) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 356) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 357) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 358) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:613
> 
> 359) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 360) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 361) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 362) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 363) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 364) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 365) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 366) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 367) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 368) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 369) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 370) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 371) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 372) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 373) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 374) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 375) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:628
> 
> 376) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #0 (true)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 377) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #1 (false)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 378) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #2 (null)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 379) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #3 (2)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 380) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 381) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 382) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 383) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 384) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 385) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 386) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 387) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 388) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 389) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 390) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 391) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 392) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> PhpArrayAdapter does not throw exceptions on invalid key.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:643
> 
> 393) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDefaultLifeTime
> PhpFilesAdapter does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:129
> 
> 394) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testExpiration
> PhpFilesAdapter in append-only mode does not expiration.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:150
> 
> 395) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDefaultLifeTime
> PhpFilesAdapter does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:129
> 
> 396) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 397) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGet
> Test skipped because of an error in hook method
> 
> 398) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 399) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 400) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 401) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 402) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 403) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 404) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 405) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 406) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 407) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 408) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 409) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 410) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 411) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 412) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 413) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 414) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 415) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 416) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 417) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 418) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 419) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 420) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 421) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 422) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 423) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 424) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 425) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 426) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 427) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 428) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 429) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 430) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 431) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 432) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 433) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 434) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 435) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 436) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 437) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 438) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 439) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 440) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 441) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 442) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 443) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 444) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 445) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 446) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 447) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 448) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 449) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 450) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 451) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 452) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 453) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 454) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 455) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 456) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 457) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 458) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 459) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 460) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 461) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 462) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 463) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 464) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 465) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 466) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 467) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 468) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 469) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 470) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 471) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 472) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 473) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 474) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 475) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 476) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 477) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 478) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 479) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 480) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 481) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 482) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 483) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 484) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 485) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 486) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 487) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 488) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 489) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 490) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 491) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 492) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 493) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGet
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:24
> 
> 494) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 495) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 496) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 497) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 498) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 499) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 500) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 501) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 502) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 503) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 504) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 505) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 506) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 507) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 508) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 509) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 510) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 511) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 512) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 513) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 514) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 515) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 516) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 517) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 518) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 519) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 520) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 521) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 522) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 523) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 524) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 525) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 526) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 527) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 528) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 529) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 530) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 531) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 532) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 533) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 534) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 535) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 536) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 537) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 538) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 539) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 540) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 541) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 542) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGet
> Test skipped because of an error in hook method
> 
> 543) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 544) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 545) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 546) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 547) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 548) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 549) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 550) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 551) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 552) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 553) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 554) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 555) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 556) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 557) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 558) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 559) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 560) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 561) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 562) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 563) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 564) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 565) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 566) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 567) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 568) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 569) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 570) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 571) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 572) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 573) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 574) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 575) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 576) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 577) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 578) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 579) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 580) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 581) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 582) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 583) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 584) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 585) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 586) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 587) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 588) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 589) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 590) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testInvalidTag
> Test skipped because of an error in hook method
> 
> 591) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testInvalidateTags
> Test skipped because of an error in hook method
> 
> 592) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testInvalidateCommits
> Test skipped because of an error in hook method
> 
> 593) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testTagsAreCleanedOnSave
> Test skipped because of an error in hook method
> 
> 594) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testTagsAreCleanedOnDelete
> Test skipped because of an error in hook method
> 
> 595) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testTagItemExpiry
> Test skipped because of an error in hook method
> 
> 596) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetPreviousTags
> Test skipped because of an error in hook method
> 
> 597) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testRefreshAfterExpires
> Test skipped because of an error in hook method
> 
> 598) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 599) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 600) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 601) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 602) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 603) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 604) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 605) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 606) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 607) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 608) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 609) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 610) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 611) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 612) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 613) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 614) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 615) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 616) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 617) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 618) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 619) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 620) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 621) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 622) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 623) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 624) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 625) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 626) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 627) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 628) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 629) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 630) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 631) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 632) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 633) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 634) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 635) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 636) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 637) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 638) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 639) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 640) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 641) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 642) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 643) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 644) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 645) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 646) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testInvalidTag
> Test skipped because of an error in hook method
> 
> 647) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testInvalidateTags
> Test skipped because of an error in hook method
> 
> 648) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testInvalidateCommits
> Test skipped because of an error in hook method
> 
> 649) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testTagsAreCleanedOnSave
> Test skipped because of an error in hook method
> 
> 650) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testTagsAreCleanedOnDelete
> Test skipped because of an error in hook method
> 
> 651) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testTagItemExpiry
> Test skipped because of an error in hook method
> 
> 652) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetPreviousTags
> Test skipped because of an error in hook method
> 
> 653) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testRefreshAfterExpires
> Test skipped because of an error in hook method
> 
> 654) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testPrune
> ProxyAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 655) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:358
> 
> 656) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:448
> 
> 657) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testPrune
> Psr16adapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 658) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testClearPrefix
> SimpleCache cannot clear by prefix
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:259
> 
> 659) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testInvalidDSNHasBothClusterAndSentinel
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:28
> 
> 660) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGet
> Test skipped because of an error in hook method
> 
> 661) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 662) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 663) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 664) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiration
> Test skipped because of an error in hook method
> 
> 665) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 666) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testPrune
> Test skipped because of an error in hook method
> 
> 667) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 668) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 669) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 670) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItem
> Test skipped because of an error in hook method
> 
> 671) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItems
> Test skipped because of an error in hook method
> 
> 672) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 673) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testHasItem
> Test skipped because of an error in hook method
> 
> 674) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testClear
> Test skipped because of an error in hook method
> 
> 675) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 676) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 677) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 678) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSave
> Test skipped because of an error in hook method
> 
> 679) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 680) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 681) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 682) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 683) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 684) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 685) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testCommit
> Test skipped because of an error in hook method
> 
> 686) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 687) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 688) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 689) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 690) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 691) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 692) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 693) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 694) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 695) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 696) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 697) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 698) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 699) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 700) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 701) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 702) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testIsHit
> Test skipped because of an error in hook method
> 
> 703) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 704) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 705) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 706) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 707) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 708) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:26
> 
> 709) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testFailedCreateConnection
> Test skipped because of an error in hook method
> 
> 710) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testInvalidCreateConnection
> Test skipped because of an error in hook method
> 
> 711) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGet
> Test skipped because of an error in hook method
> 
> 712) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 713) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 714) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 715) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 716) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 717) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 718) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 719) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 720) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 721) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 722) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 723) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 724) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 725) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 726) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 727) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 728) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 729) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 730) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 731) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 732) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 733) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 734) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 735) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 736) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 737) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 738) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 739) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 740) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 741) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 742) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 743) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 744) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 745) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 746) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 747) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 748) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 749) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 750) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 751) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 752) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 753) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 754) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 755) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 756) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 757) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 758) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 759) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:21
> 
> 760) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 761) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 762) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 763) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 764) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 765) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 766) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 767) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 768) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 769) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 770) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 771) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 772) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 773) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 774) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 775) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 776) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 777) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 778) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 779) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 780) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 781) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 782) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 783) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 784) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 785) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 786) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 787) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 788) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 789) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 790) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 791) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 792) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 793) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 794) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 795) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 796) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 797) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 798) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 799) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 800) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 801) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 802) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 803) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 804) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 805) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 806) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 807) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testFailedCreateConnection
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:27
> 
> 808) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGet
> Test skipped because of an error in hook method
> 
> 809) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 810) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 811) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 812) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 813) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 814) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 815) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 816) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 817) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 818) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 819) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 820) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 821) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 822) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 823) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 824) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 825) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 826) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 827) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 828) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 829) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 830) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 831) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 832) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 833) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 834) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 835) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 836) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 837) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 838) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 839) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 840) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 841) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 842) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 843) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 844) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 845) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 846) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 847) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 848) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 849) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 850) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 851) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 852) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 853) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 854) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 855) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 856) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:26
> 
> 857) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testFailedCreateConnection
> Test skipped because of an error in hook method
> 
> 858) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidCreateConnection
> Test skipped because of an error in hook method
> 
> 859) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGet
> Test skipped because of an error in hook method
> 
> 860) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 861) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 862) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 863) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 864) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 865) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 866) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 867) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 868) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 869) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 870) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 871) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 872) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 873) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 874) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 875) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 876) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 877) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 878) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 879) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 880) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 881) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 882) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 883) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 884) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 885) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 886) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 887) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 888) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 889) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 890) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 891) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 892) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 893) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 894) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 895) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 896) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 897) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 898) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 899) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 900) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 901) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 902) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 903) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 904) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 905) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 906) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 907) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidTag
> Test skipped because of an error in hook method
> 
> 908) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidateTags
> Test skipped because of an error in hook method
> 
> 909) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidateCommits
> Test skipped because of an error in hook method
> 
> 910) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testTagsAreCleanedOnSave
> Test skipped because of an error in hook method
> 
> 911) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testTagsAreCleanedOnDelete
> Test skipped because of an error in hook method
> 
> 912) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testTagItemExpiry
> Test skipped because of an error in hook method
> 
> 913) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetPreviousTags
> Test skipped because of an error in hook method
> 
> 914) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testRefreshAfterExpires
> Test skipped because of an error in hook method
> 
> 915) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:35
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:21
> 
> 916) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 917) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 918) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 919) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 920) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 921) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 922) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 923) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 924) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 925) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 926) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 927) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 928) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 929) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 930) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 931) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 932) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 933) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 934) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 935) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 936) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 937) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 938) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 939) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 940) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 941) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 942) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 943) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 944) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 945) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 946) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 947) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 948) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 949) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 950) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 951) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 952) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 953) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 954) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 955) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 956) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 957) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 958) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 959) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 960) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 961) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 962) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 963) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testInvalidTag
> Test skipped because of an error in hook method
> 
> 964) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testInvalidateTags
> Test skipped because of an error in hook method
> 
> 965) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testInvalidateCommits
> Test skipped because of an error in hook method
> 
> 966) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testTagsAreCleanedOnSave
> Test skipped because of an error in hook method
> 
> 967) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testTagsAreCleanedOnDelete
> Test skipped because of an error in hook method
> 
> 968) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testTagItemExpiry
> Test skipped because of an error in hook method
> 
> 969) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetPreviousTags
> Test skipped because of an error in hook method
> 
> 970) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testRefreshAfterExpires
> Test skipped because of an error in hook method
> 
> 971) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testFailedCreateConnection
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:27
> 
> 972) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGet
> Test skipped because of an error in hook method
> 
> 973) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testRecursiveGet
> Test skipped because of an error in hook method
> 
> 974) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetMetadata
> Test skipped because of an error in hook method
> 
> 975) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 976) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiration
> Test skipped because of an error in hook method
> 
> 977) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 978) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testPrune
> Test skipped because of an error in hook method
> 
> 979) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testClearPrefix
> Test skipped because of an error in hook method
> 
> 980) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testBasicUsage
> Test skipped because of an error in hook method
> 
> 981) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testItemModifiersReturnsStatic
> Test skipped because of an error in hook method
> 
> 982) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItem
> Test skipped because of an error in hook method
> 
> 983) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItems
> Test skipped because of an error in hook method
> 
> 984) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItemsEmpty
> Test skipped because of an error in hook method
> 
> 985) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testHasItem
> Test skipped because of an error in hook method
> 
> 986) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testClear
> Test skipped because of an error in hook method
> 
> 987) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testClearWithDeferredItems
> Test skipped because of an error in hook method
> 
> 988) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItem
> Test skipped because of an error in hook method
> 
> 989) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItems
> Test skipped because of an error in hook method
> 
> 990) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSave
> Test skipped because of an error in hook method
> 
> 991) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveExpired
> Test skipped because of an error in hook method
> 
> 992) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveWithoutExpire
> Test skipped because of an error in hook method
> 
> 993) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeferredSave
> Test skipped because of an error in hook method
> 
> 994) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeferredExpired
> Test skipped because of an error in hook method
> 
> 995) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteDeferredItem
> Test skipped because of an error in hook method
> 
> 996) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeferredSaveWithoutCommit
> Test skipped because of an error in hook method
> 
> 997) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testCommit
> Test skipped because of an error in hook method
> 
> 998) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiresAt
> Test skipped because of an error in hook method
> 
> 999) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiresAtWithNull
> Test skipped because of an error in hook method
> 
> 1000) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiresAfterWithNull
> Test skipped because of an error in hook method
> 
> 1001) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testKeyLength
> Test skipped because of an error in hook method
> 
> 1002) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 1003) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 1004) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testHasItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 1005) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItemInvalidKeys
> Test skipped because of an error in hook method
> 
> 1006) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItemsInvalidKeys
> Test skipped because of an error in hook method
> 
> 1007) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 1008) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 1009) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeNull
> Test skipped because of an error in hook method
> 
> 1010) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 1011) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 1012) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 1013) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 1014) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testIsHit
> Test skipped because of an error in hook method
> 
> 1015) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testIsHitDeferred
> Test skipped because of an error in hook method
> 
> 1016) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveDeferredWhenChangingValues
> Test skipped because of an error in hook method
> 
> 1017) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveDeferredOverwrite
> Test skipped because of an error in hook method
> 
> 1018) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSavingObject
> Test skipped because of an error in hook method
> 
> 1019) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Test skipped because of an error in hook method
> 
> 1020) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testInvalidTag
> Test skipped because of an error in hook method
> 
> 1021) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testInvalidateTags
> Test skipped because of an error in hook method
> 
> 1022) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testInvalidateCommits
> Test skipped because of an error in hook method
> 
> 1023) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testTagsAreCleanedOnSave
> Test skipped because of an error in hook method
> 
> 1024) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testTagsAreCleanedOnDelete
> Test skipped because of an error in hook method
> 
> 1025) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testTagItemExpiry
> Test skipped because of an error in hook method
> 
> 1026) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetPreviousTags
> Test skipped because of an error in hook method
> 
> 1027) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testRefreshAfterExpires
> Test skipped because of an error in hook method
> 
> 1028) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testPrune
> SimpleCache just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 1029) Symfony\Component\Cache\Tests\Adapter\SimpleCacheAdapterTest::testClearPrefix
> SimpleCache cannot clear by prefix
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:259
> 
> 1030) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testPrune
> TraceableAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 1031) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testPrune
> TraceableAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:193
> 
> 1032) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1033) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1034) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDefaultLifeTime
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1035) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testNotUnserializable
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1036) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testPrune
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1037) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSet
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1038) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetTtl
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1039) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetExpiredTtl
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1040) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGet
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1041) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDelete
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1042) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testClear
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1043) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultiple
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1044) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleTtl
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1045) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleExpiredTtl
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1046) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleWithGenerator
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1047) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultiple
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1048) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleWithGenerator
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1049) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultiple
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1050) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleGenerator
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1051) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHas
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1052) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1053) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1054) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1055) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #3 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1056) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #4 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1057) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #5 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1058) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #6 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1059) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1060) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1061) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1062) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1063) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1064) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1065) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1066) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1067) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1068) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1069) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1070) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1071) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1072) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1073) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1074) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1075) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1076) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1077) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1078) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1079) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1080) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1081) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1082) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1083) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1084) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1085) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1086) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1087) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1088) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testGetMultipleNoIterable
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1089) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1090) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1091) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1092) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #3 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1093) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #4 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1094) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #5 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1095) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #6 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1096) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1097) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1098) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1099) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1100) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1101) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1102) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1103) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1104) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1105) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1106) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1107) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1108) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1109) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1110) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1111) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1112) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1113) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1114) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1115) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1116) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1117) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1118) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1119) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1120) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1121) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1122) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1123) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1124) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1125) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleNoIterable
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1126) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1127) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1128) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1129) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #3 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1130) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #4 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1131) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #5 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1132) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #6 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1133) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1134) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1135) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1136) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1137) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1138) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1139) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1140) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1141) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1142) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1143) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1144) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1145) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1146) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1147) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #3 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1148) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #4 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1149) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1150) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1151) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1152) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1153) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1154) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1155) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1156) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1157) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1158) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1159) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1160) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1161) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1162) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1163) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1164) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1165) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1166) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1167) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1168) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1169) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1170) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1171) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1172) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1173) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1174) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1175) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1176) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1177) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1178) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1179) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1180) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDeleteMultipleNoIterable
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1181) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1182) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1183) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1184) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #3 ('abc')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1185) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #4 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1186) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #5 (' 1')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1187) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1188) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #7 ('025')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1189) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1190) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1191) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1192) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1193) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1194) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1195) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1196) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1197) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1198) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1199) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1200) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1201) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testNullOverwrite
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1202) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDataTypeString
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1203) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDataTypeInteger
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1204) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDataTypeFloat
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1205) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDataTypeBoolean
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1206) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDataTypeArray
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1207) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testDataTypeObject
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1208) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidKeys with data set #0 ('AbC19_.')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1209) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidKeys with data set #1 ('12345678901234567890123456789...901234')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1210) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidKeys with data set #2 (Binary String: 0x610062)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1211) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidKeys with data set #0 ('AbC19_.')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1212) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidKeys with data set #1 ('12345678901234567890123456789...901234')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1213) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidKeys with data set #2 (Binary String: 0x610062)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1214) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidData with data set #0 ('AbC19_.')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1215) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidData with data set #1 (4711)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1216) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidData with data set #2 (47.11)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1217) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidData with data set #3 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1218) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidData with data set #4 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1219) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidData with data set #5 (array('value'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1220) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetValidData with data set #6 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1221) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidData with data set #0 ('AbC19_.')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1222) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidData with data set #1 (4711)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1223) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidData with data set #2 (47.11)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1224) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidData with data set #3 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1225) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidData with data set #4 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1226) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidData with data set #5 (array('value'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1227) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testSetMultipleValidData with data set #6 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1228) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testObjectAsDefaultValue
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1229) Symfony\Component\Cache\Tests\Simple\ApcuCacheTest::testObjectDoesNotChangeInCache
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/ApcuCacheTest.php:31
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:22
> 
> 1230) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testPrune
> Not a pruneable cache pool.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:79
> 
> 1231) Symfony\Component\Cache\Tests\Simple\ArrayCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1232) Symfony\Component\Cache\Tests\Simple\ChainCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1233) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testNotUnserializable
> ArrayCache does not use serialize/unserialize
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:57
> 
> 1234) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testPrune
> Not a pruneable cache pool.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:79
> 
> 1235) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1236) Symfony\Component\Cache\Tests\Simple\DoctrineCacheTest::testObjectDoesNotChangeInCache
> ArrayCache does not use serialize/unserialize
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:703
> 
> 1237) Symfony\Component\Cache\Tests\Simple\FilesystemCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1238) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testCreatePersistentConnectionShouldNotDupServerList
> Memcached error: connection failure
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTest.php:42
> 
> 1239) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testOptions
> Test skipped because of an error in hook method
> 
> 1240) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testBadOptions
> Test skipped because of an error in hook method
> 
> 1241) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDefaultOptions
> Test skipped because of an error in hook method
> 
> 1242) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testOptionSerializer
> Test skipped because of an error in hook method
> 
> 1243) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testServersSetting
> Test skipped because of an error in hook method
> 
> 1244) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 1245) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 1246) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testPrune
> Test skipped because of an error in hook method
> 
> 1247) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSet
> Test skipped because of an error in hook method
> 
> 1248) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetTtl
> Test skipped because of an error in hook method
> 
> 1249) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetExpiredTtl
> Test skipped because of an error in hook method
> 
> 1250) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testGet
> Test skipped because of an error in hook method
> 
> 1251) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDelete
> Test skipped because of an error in hook method
> 
> 1252) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testClear
> Test skipped because of an error in hook method
> 
> 1253) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultiple
> Test skipped because of an error in hook method
> 
> 1254) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleTtl
> Test skipped because of an error in hook method
> 
> 1255) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleExpiredTtl
> Test skipped because of an error in hook method
> 
> 1256) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1257) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testGetMultiple
> Test skipped because of an error in hook method
> 
> 1258) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testGetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1259) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDeleteMultiple
> Test skipped because of an error in hook method
> 
> 1260) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDeleteMultipleGenerator
> Test skipped because of an error in hook method
> 
> 1261) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testHas
> Test skipped because of an error in hook method
> 
> 1262) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testGetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1263) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testGetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1264) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testGetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1265) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1266) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1267) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1268) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testHasInvalidKeys
> Test skipped because of an error in hook method
> 
> 1269) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDeleteInvalidKeys
> Test skipped because of an error in hook method
> 
> 1270) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDeleteMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1271) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDeleteMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1272) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetInvalidTtl
> Test skipped because of an error in hook method
> 
> 1273) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleInvalidTtl
> Test skipped because of an error in hook method
> 
> 1274) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testNullOverwrite
> Test skipped because of an error in hook method
> 
> 1275) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 1276) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 1277) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 1278) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 1279) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 1280) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 1281) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetValidKeys
> Test skipped because of an error in hook method
> 
> 1282) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleValidKeys
> Test skipped because of an error in hook method
> 
> 1283) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetValidData
> Test skipped because of an error in hook method
> 
> 1284) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testSetMultipleValidData
> Test skipped because of an error in hook method
> 
> 1285) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testObjectAsDefaultValue
> Test skipped because of an error in hook method
> 
> 1286) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTest::testObjectDoesNotChangeInCache
> Test skipped because of an error in hook method
> 
> 1287) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testCreatePersistentConnectionShouldNotDupServerList
> Memcached error: connection failure
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTest.php:42
> 
> 1288) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testOptions
> Test skipped because of an error in hook method
> 
> 1289) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testBadOptions
> Test skipped because of an error in hook method
> 
> 1290) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDefaultOptions
> Test skipped because of an error in hook method
> 
> 1291) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testOptionSerializer
> Test skipped because of an error in hook method
> 
> 1292) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testServersSetting
> Test skipped because of an error in hook method
> 
> 1293) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 1294) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 1295) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testPrune
> Test skipped because of an error in hook method
> 
> 1296) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSet
> Test skipped because of an error in hook method
> 
> 1297) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetTtl
> Test skipped because of an error in hook method
> 
> 1298) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetExpiredTtl
> Test skipped because of an error in hook method
> 
> 1299) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testGet
> Test skipped because of an error in hook method
> 
> 1300) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDelete
> Test skipped because of an error in hook method
> 
> 1301) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testClear
> Test skipped because of an error in hook method
> 
> 1302) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultiple
> Test skipped because of an error in hook method
> 
> 1303) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleTtl
> Test skipped because of an error in hook method
> 
> 1304) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleExpiredTtl
> Test skipped because of an error in hook method
> 
> 1305) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1306) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testGetMultiple
> Test skipped because of an error in hook method
> 
> 1307) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testGetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1308) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDeleteMultiple
> Test skipped because of an error in hook method
> 
> 1309) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDeleteMultipleGenerator
> Test skipped because of an error in hook method
> 
> 1310) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testHas
> Test skipped because of an error in hook method
> 
> 1311) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testGetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1312) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testGetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1313) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testGetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1314) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1315) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1316) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1317) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testHasInvalidKeys
> Test skipped because of an error in hook method
> 
> 1318) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDeleteInvalidKeys
> Test skipped because of an error in hook method
> 
> 1319) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDeleteMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1320) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDeleteMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1321) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetInvalidTtl
> Test skipped because of an error in hook method
> 
> 1322) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleInvalidTtl
> Test skipped because of an error in hook method
> 
> 1323) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testNullOverwrite
> Test skipped because of an error in hook method
> 
> 1324) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 1325) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 1326) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 1327) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 1328) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 1329) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 1330) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetValidKeys
> Test skipped because of an error in hook method
> 
> 1331) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleValidKeys
> Test skipped because of an error in hook method
> 
> 1332) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetValidData
> Test skipped because of an error in hook method
> 
> 1333) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testSetMultipleValidData
> Test skipped because of an error in hook method
> 
> 1334) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testObjectAsDefaultValue
> Test skipped because of an error in hook method
> 
> 1335) Symfony\Component\Cache\Tests\Simple\MemcachedCacheTextModeTest::testObjectDoesNotChangeInCache
> Test skipped because of an error in hook method
> 
> 1336) Symfony\Component\Cache\Tests\Simple\PdoCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1337) Symfony\Component\Cache\Tests\Simple\PdoDbalCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1338) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDefaultLifeTime
> PhpArrayCache does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:37
> 
> 1339) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testPrune
> PhpArrayCache just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:79
> 
> 1340) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetTtl
> PhpArrayCache does no expiration
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:139
> 
> 1341) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetExpiredTtl
> PhpArrayCache does no expiration
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:157
> 
> 1342) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDelete
> PhpArrayCache does no writes
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:186
> 
> 1343) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleTtl
> PhpArrayCache does no expiration
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:226
> 
> 1344) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleExpiredTtl
> PhpArrayCache does no expiration
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:245
> 
> 1345) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultiple
> PhpArrayCache does no writes
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:332
> 
> 1346) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleGenerator
> PhpArrayCache does no writes
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:348
> 
> 1347) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1348) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1349) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1350) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1351) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1352) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1353) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1354) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1355) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1356) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1357) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1358) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1359) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1360) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1361) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1362) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1363) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1364) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1365) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1366) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1367) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1368) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1369) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1370) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1371) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1372) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1373) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1374) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1375) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1376) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1377) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1378) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1379) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1380) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1381) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1382) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1383) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1384) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1385) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1386) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1387) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1388) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1389) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1390) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1391) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1392) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1393) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1394) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1395) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1396) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1397) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1398) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1399) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1400) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1401) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1402) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1403) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1404) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1405) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1406) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1407) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1408) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1409) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1410) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1411) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1412) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1413) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1414) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1415) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1416) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1417) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1418) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1419) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1420) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1421) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1422) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1423) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1424) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1425) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1426) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1427) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1428) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1429) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1430) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1431) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1432) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1433) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1434) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1435) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1436) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testHasInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1437) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1438) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1439) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1440) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1441) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1442) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1443) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1444) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1445) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1446) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1447) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1448) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1449) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1450) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1451) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1452) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1453) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1454) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1455) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1456) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1457) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1458) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1459) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1460) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1461) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1462) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1463) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1464) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1465) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1466) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1467) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1468) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1469) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1470) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1471) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1472) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1473) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1474) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1475) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1476) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #3 ('abc')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1477) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #4 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1478) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #5 (' 1')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1479) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #6 ('12foo')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1480) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #7 ('025')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1481) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1482) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetInvalidTtl with data set #9 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1483) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1484) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1485) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1486) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1487) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1488) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1489) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1490) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #7 ('025')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1491) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1492) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1493) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetValidData with data set #0 ('AbC19_.')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:663
> 
> 1494) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetValidData with data set #1 (4711)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:663
> 
> 1495) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetValidData with data set #2 (47.11)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:663
> 
> 1496) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetValidData with data set #3 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:663
> 
> 1497) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetValidData with data set #4 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:663
> 
> 1498) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetValidData with data set #5 (array('value'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:663
> 
> 1499) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheTest::testSetValidData with data set #6 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:663
> 
> 1500) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testPrune
> PhpArrayCache just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:79
> 
> 1501) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1502) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1503) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1504) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1505) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1506) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1507) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1508) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1509) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1510) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1511) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1512) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1513) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1514) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1515) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1516) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1517) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1518) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:380
> 
> 1519) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1520) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1521) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1522) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1523) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1524) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1525) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1526) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1527) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1528) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1529) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1530) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1531) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1532) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1533) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1534) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1535) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1536) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testGetMultipleInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:393
> 
> 1537) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1538) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1539) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1540) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1541) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1542) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1543) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1544) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1545) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1546) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1547) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1548) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1549) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1550) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1551) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1552) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1553) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1554) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:418
> 
> 1555) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1556) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1557) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1558) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1559) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1560) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1561) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1562) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1563) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1564) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1565) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1566) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1567) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1568) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1569) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1570) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1571) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1572) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:431
> 
> 1573) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1574) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1575) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1576) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1577) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1578) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1579) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1580) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1581) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1582) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1583) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1584) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1585) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1586) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1587) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1588) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1589) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1590) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testHasInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:465
> 
> 1591) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1592) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1593) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1594) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1595) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1596) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1597) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1598) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1599) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1600) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1601) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1602) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1603) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1604) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1605) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1606) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1607) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1608) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:478
> 
> 1609) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1610) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1611) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1612) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1613) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #4 (2)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1614) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #5 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1615) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #6 ('{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1616) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1617) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #8 ('rand{str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1618) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #9 ('rand}str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1619) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #10 ('rand(str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1620) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #11 ('rand)str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1621) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #12 ('rand/str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1622) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #13 ('rand\str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1623) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #14 ('rand at str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1624) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #15 ('rand:str')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1625) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #16 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1626) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testDeleteMultipleInvalidKeys with data set #17 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:491
> 
> 1627) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1628) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1629) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1630) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #3 ('abc')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1631) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #4 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1632) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #5 (' 1')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1633) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #6 ('12foo')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1634) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #7 ('025')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1635) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #8 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1636) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetInvalidTtl with data set #9 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:516
> 
> 1637) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #0 ('')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1638) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #1 (true)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1639) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #2 (false)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1640) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #3 ('abc')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1641) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #4 (2.5)
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1642) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #5 (' 1')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1643) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #6 ('12foo')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1644) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #7 ('025')
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1645) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #8 (stdClass Object ())
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1646) Symfony\Component\Cache\Tests\Simple\PhpArrayCacheWithFallbackTest::testSetMultipleInvalidTtl with data set #9 (array('array'))
> PhpArrayCache does no validation
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:529
> 
> 1647) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testDefaultLifeTime
> PhpFilesCache does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:37
> 
> 1648) Symfony\Component\Cache\Tests\Simple\PhpFilesCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1649) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testPrune
> Psr6Cache just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:79
> 
> 1650) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithAdapterTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1651) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testPrune
> Psr6Cache just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:79
> 
> 1652) Symfony\Component\Cache\Tests\Simple\Psr6CacheWithoutAdapterTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> 1653) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/AbstractRedisCacheTest.php:38
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/RedisArrayCacheTest.php:22
> 
> 1654) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 1655) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testPrune
> Test skipped because of an error in hook method
> 
> 1656) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSet
> Test skipped because of an error in hook method
> 
> 1657) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetTtl
> Test skipped because of an error in hook method
> 
> 1658) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetExpiredTtl
> Test skipped because of an error in hook method
> 
> 1659) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testGet
> Test skipped because of an error in hook method
> 
> 1660) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDelete
> Test skipped because of an error in hook method
> 
> 1661) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testClear
> Test skipped because of an error in hook method
> 
> 1662) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultiple
> Test skipped because of an error in hook method
> 
> 1663) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleTtl
> Test skipped because of an error in hook method
> 
> 1664) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleExpiredTtl
> Test skipped because of an error in hook method
> 
> 1665) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1666) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testGetMultiple
> Test skipped because of an error in hook method
> 
> 1667) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testGetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1668) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDeleteMultiple
> Test skipped because of an error in hook method
> 
> 1669) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDeleteMultipleGenerator
> Test skipped because of an error in hook method
> 
> 1670) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testHas
> Test skipped because of an error in hook method
> 
> 1671) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testGetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1672) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testGetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1673) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testGetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1674) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1675) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1676) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1677) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testHasInvalidKeys
> Test skipped because of an error in hook method
> 
> 1678) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDeleteInvalidKeys
> Test skipped because of an error in hook method
> 
> 1679) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDeleteMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1680) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDeleteMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1681) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetInvalidTtl
> Test skipped because of an error in hook method
> 
> 1682) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleInvalidTtl
> Test skipped because of an error in hook method
> 
> 1683) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testNullOverwrite
> Test skipped because of an error in hook method
> 
> 1684) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 1685) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 1686) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 1687) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 1688) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 1689) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 1690) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetValidKeys
> Test skipped because of an error in hook method
> 
> 1691) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleValidKeys
> Test skipped because of an error in hook method
> 
> 1692) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetValidData
> Test skipped because of an error in hook method
> 
> 1693) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testSetMultipleValidData
> Test skipped because of an error in hook method
> 
> 1694) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testObjectAsDefaultValue
> Test skipped because of an error in hook method
> 
> 1695) Symfony\Component\Cache\Tests\Simple\RedisArrayCacheTest::testObjectDoesNotChangeInCache
> Test skipped because of an error in hook method
> 
> 1696) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/AbstractRedisCacheTest.php:38
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/RedisCacheTest.php:24
> 
> 1697) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testFailedCreateConnection
> Test skipped because of an error in hook method
> 
> 1698) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testInvalidCreateConnection
> Test skipped because of an error in hook method
> 
> 1699) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDefaultLifeTime
> Test skipped because of an error in hook method
> 
> 1700) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 1701) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testPrune
> Test skipped because of an error in hook method
> 
> 1702) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSet
> Test skipped because of an error in hook method
> 
> 1703) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetTtl
> Test skipped because of an error in hook method
> 
> 1704) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetExpiredTtl
> Test skipped because of an error in hook method
> 
> 1705) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testGet
> Test skipped because of an error in hook method
> 
> 1706) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDelete
> Test skipped because of an error in hook method
> 
> 1707) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testClear
> Test skipped because of an error in hook method
> 
> 1708) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultiple
> Test skipped because of an error in hook method
> 
> 1709) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleTtl
> Test skipped because of an error in hook method
> 
> 1710) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleExpiredTtl
> Test skipped because of an error in hook method
> 
> 1711) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1712) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testGetMultiple
> Test skipped because of an error in hook method
> 
> 1713) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testGetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1714) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDeleteMultiple
> Test skipped because of an error in hook method
> 
> 1715) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDeleteMultipleGenerator
> Test skipped because of an error in hook method
> 
> 1716) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testHas
> Test skipped because of an error in hook method
> 
> 1717) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testGetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1718) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testGetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1719) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testGetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1720) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1721) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1722) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1723) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testHasInvalidKeys
> Test skipped because of an error in hook method
> 
> 1724) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDeleteInvalidKeys
> Test skipped because of an error in hook method
> 
> 1725) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDeleteMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1726) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDeleteMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1727) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetInvalidTtl
> Test skipped because of an error in hook method
> 
> 1728) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleInvalidTtl
> Test skipped because of an error in hook method
> 
> 1729) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testNullOverwrite
> Test skipped because of an error in hook method
> 
> 1730) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 1731) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 1732) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 1733) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 1734) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 1735) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 1736) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetValidKeys
> Test skipped because of an error in hook method
> 
> 1737) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleValidKeys
> Test skipped because of an error in hook method
> 
> 1738) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetValidData
> Test skipped because of an error in hook method
> 
> 1739) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testSetMultipleValidData
> Test skipped because of an error in hook method
> 
> 1740) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testObjectAsDefaultValue
> Test skipped because of an error in hook method
> 
> 1741) Symfony\Component\Cache\Tests\Simple\RedisCacheTest::testObjectDoesNotChangeInCache
> Test skipped because of an error in hook method
> 
> 1742) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDefaultLifeTime
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/RedisClusterCacheTest.php:23
> 
> 1743) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testNotUnserializable
> Test skipped because of an error in hook method
> 
> 1744) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testPrune
> Test skipped because of an error in hook method
> 
> 1745) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSet
> Test skipped because of an error in hook method
> 
> 1746) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetTtl
> Test skipped because of an error in hook method
> 
> 1747) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetExpiredTtl
> Test skipped because of an error in hook method
> 
> 1748) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testGet
> Test skipped because of an error in hook method
> 
> 1749) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDelete
> Test skipped because of an error in hook method
> 
> 1750) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testClear
> Test skipped because of an error in hook method
> 
> 1751) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultiple
> Test skipped because of an error in hook method
> 
> 1752) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleTtl
> Test skipped because of an error in hook method
> 
> 1753) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleExpiredTtl
> Test skipped because of an error in hook method
> 
> 1754) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1755) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testGetMultiple
> Test skipped because of an error in hook method
> 
> 1756) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testGetMultipleWithGenerator
> Test skipped because of an error in hook method
> 
> 1757) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDeleteMultiple
> Test skipped because of an error in hook method
> 
> 1758) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDeleteMultipleGenerator
> Test skipped because of an error in hook method
> 
> 1759) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testHas
> Test skipped because of an error in hook method
> 
> 1760) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testGetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1761) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testGetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1762) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testGetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1763) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetInvalidKeys
> Test skipped because of an error in hook method
> 
> 1764) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1765) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1766) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testHasInvalidKeys
> Test skipped because of an error in hook method
> 
> 1767) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDeleteInvalidKeys
> Test skipped because of an error in hook method
> 
> 1768) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDeleteMultipleInvalidKeys
> Test skipped because of an error in hook method
> 
> 1769) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDeleteMultipleNoIterable
> Test skipped because of an error in hook method
> 
> 1770) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetInvalidTtl
> Test skipped because of an error in hook method
> 
> 1771) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleInvalidTtl
> Test skipped because of an error in hook method
> 
> 1772) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testNullOverwrite
> Test skipped because of an error in hook method
> 
> 1773) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDataTypeString
> Test skipped because of an error in hook method
> 
> 1774) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDataTypeInteger
> Test skipped because of an error in hook method
> 
> 1775) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDataTypeFloat
> Test skipped because of an error in hook method
> 
> 1776) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDataTypeBoolean
> Test skipped because of an error in hook method
> 
> 1777) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDataTypeArray
> Test skipped because of an error in hook method
> 
> 1778) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testDataTypeObject
> Test skipped because of an error in hook method
> 
> 1779) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetValidKeys
> Test skipped because of an error in hook method
> 
> 1780) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleValidKeys
> Test skipped because of an error in hook method
> 
> 1781) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetValidData
> Test skipped because of an error in hook method
> 
> 1782) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testSetMultipleValidData
> Test skipped because of an error in hook method
> 
> 1783) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testObjectAsDefaultValue
> Test skipped because of an error in hook method
> 
> 1784) Symfony\Component\Cache\Tests\Simple\RedisClusterCacheTest::testObjectDoesNotChangeInCache
> Test skipped because of an error in hook method
> 
> 1785) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testPrune
> TraceableCache just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Simple/CacheTestCase.php:79
> 
> 1786) Symfony\Component\Cache\Tests\Simple\TraceableCacheTest::testSetMultipleInvalidKeys with data set #4 (2)
> As keys, strings are always casted to ints so they should be accepted
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:435
> 
> WARNINGS!
> Tests: 8279, Assertions: 7618, Warnings: 3145, Skipped: 1786.
> 
> Legacy deprecation notices (15)
> 
> Running src/Symfony/Component/Security tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Security
> ...............................................................  63 / 926 (  6%)
> ............................................................... 126 / 926 ( 13%)
> ............................................................... 189 / 926 ( 20%)
> ............................................................... 252 / 926 ( 27%)
> ............................................................... 315 / 926 ( 34%)
> ............................................................... 378 / 926 ( 40%)
> ............................................................... 441 / 926 ( 47%)
> ............................................................... 504 / 926 ( 54%)
> ............................................................... 567 / 926 ( 61%)
> ............................................................... 630 / 926 ( 68%)
> ............................................................... 693 / 926 ( 74%)
> ............................................................... 756 / 926 ( 81%)
> ............................................................... 819 / 926 ( 88%)
> ............................................................... 882 / 926 ( 95%)
> ............................................                    926 / 926 (100%)
> 
> Time: 7.51 seconds, Memory: 28.00 MB
> 
> OK (926 tests, 1948 assertions)
> 
> Legacy deprecation notices (160)
> 
> Running src/Symfony/Component/Security/Core tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Security/Core
> ...............................................................  63 / 521 ( 12%)
> ............................................................... 126 / 521 ( 24%)
> ............................................................... 189 / 521 ( 36%)
> ............................................................... 252 / 521 ( 48%)
> ............................................................... 315 / 521 ( 60%)
> ............................................................... 378 / 521 ( 72%)
> ............................................................... 441 / 521 ( 84%)
> ............................................................... 504 / 521 ( 96%)
> .................                                               521 / 521 (100%)
> 
> Time: 7 seconds, Memory: 16.00 MB
> 
> OK (521 tests, 1002 assertions)
> 
> Legacy deprecation notices (157)
> 
> Running src/Symfony/Component/Security/Csrf tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Security/Csrf
> ................................................................. 65 / 70 ( 92%)
> .....                                                             70 / 70 (100%)
> 
> Time: 692 ms, Memory: 10.00 MB
> 
> OK (70 tests, 123 assertions)
> 
> Running src/Symfony/Component/Security/Guard tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Security/Guard
> ...........................                                       27 / 27 (100%)
> 
> Time: 96 ms, Memory: 10.00 MB
> 
> OK (27 tests, 65 assertions)
> 
> Running src/Symfony/Component/Security/Http tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Security/Http
> ...............................................................  63 / 308 ( 20%)
> ............................................................... 126 / 308 ( 40%)
> ............................................................... 189 / 308 ( 61%)
> ............................................................... 252 / 308 ( 81%)
> ........................................................        308 / 308 (100%)
> 
> Time: 235 ms, Memory: 18.00 MB
> 
> OK (308 tests, 758 assertions)
> 
> Legacy deprecation notices (3)
> 
> Running src/Symfony/Component/Finder tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Finder
> ...............................................................  63 / 197 ( 31%)
> ............................................................... 126 / 197 ( 63%)
> ............................................................... 189 / 197 ( 95%)
> ........                                                        197 / 197 (100%)
> 
> Time: 3.11 seconds, Memory: 10.00 MB
> 
> OK (197 tests, 384 assertions)
> 
> Running src/Symfony/Component/Debug tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Debug
> ..S.....................S................................SSS..... 65 / 94 ( 69%)
> ................S............                                     94 / 94 (100%)
> 
> Time: 259 ms, Memory: 10.00 MB
> 
> There were 6 skipped tests:
> 
> 1) Symfony\Component\Debug\Tests\DebugClassLoaderTest::testFileCaseMismatch
> Can only be run on case insensitive filesystems
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php:78
> 
> 2) Symfony\Component\Debug\Tests\ErrorHandlerTest::testHandleUserError
> PHP 7.4 allows __toString to throw exceptions
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php:305
> 
> 3) Symfony\Component\Debug\Tests\Exception\FlattenExceptionTest::testArguments
> PHP 7.4 removes arguments from exception traces.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php:244
> 
> 4) Symfony\Component\Debug\Tests\Exception\FlattenExceptionTest::testRecursionInArguments
> PHP 7.4 removes arguments from exception traces.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php:310
> 
> 5) Symfony\Component\Debug\Tests\Exception\FlattenExceptionTest::testTooBigArray
> PHP 7.4 removes arguments from exception traces.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php:325
> 
> 6) Symfony\Component\Debug\Tests\FatalErrorHandler\ClassNotFoundFatalErrorHandlerTest::testCannotRedeclareClass
> Can only be run on case insensitive filesystems
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php:170
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 94, Assertions: 271, Skipped: 6.
> 
> Legacy deprecation notices (11)
> 
> Running src/Symfony/Component/DependencyInjection tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/DependencyInjection
> .......................................................S.....   61 / 1061 (  5%)
> SS......S....................................................  122 / 1061 ( 11%)
> .............................................................  183 / 1061 ( 17%)
> .............................................................  244 / 1061 ( 22%)
> .............................................................  305 / 1061 ( 28%)
> .............................................................  366 / 1061 ( 34%)
> .............................................................  427 / 1061 ( 40%)
> .............................................................  488 / 1061 ( 45%)
> .............................................................  549 / 1061 ( 51%)
> .............................................................  610 / 1061 ( 57%)
> .............................................................  671 / 1061 ( 63%)
> .............................................................  732 / 1061 ( 68%)
> .............................................................  793 / 1061 ( 74%)
> ...........................................................S.  854 / 1061 ( 80%)
> .S...S.SSSSS.................................................  915 / 1061 ( 86%)
> .............................................................  976 / 1061 ( 91%)
> ............................................................. 1037 / 1061 ( 97%)
> ........................                                      1061 / 1061 (100%)
> 
> Time: 665 ms, Memory: 30.00 MB
> 
> There were 12 skipped tests:
> 
> 1) Symfony\Component\DependencyInjection\Tests\Compiler\AutowirePassTest::testTypeNotGuessableUnionType
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:240
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:240
> 
> 2) Symfony\Component\DependencyInjection\Tests\Compiler\AutowirePassTest::testParameterWithNullUnionIsSkipped
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:342
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:342
> 
> 3) Symfony\Component\DependencyInjection\Tests\Compiler\AutowirePassTest::testParameterWithNullUnionIsAutowired
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:358
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:358
> 
> 4) Symfony\Component\DependencyInjection\Tests\Compiler\AutowirePassTest::testUnionScalarArgsCannotBeAutowired
> PHP >= 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:492
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:492
> 
> 5) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #12 ('12_quoted_number', 12, false)
> Converting the value "12_quoted_number" to "12" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> 6) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #15 ('12_quoted_number_comment', 12, false)
> Converting the value "12_quoted_number_comment" to "12" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> 7) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #19 ('0b0110', 6, false)
> Converting the value "0b0110" to "6" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> 8) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #21 ('0777', 511, false)
> Converting the value "0777" to "511" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> 9) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #22 ('255', 255, false)
> Converting the value "255" to "255" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> 10) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #23 ('100.0', 100.0, false)
> Converting the value "100.0" to "100" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> 11) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #24 ('-120.0', -120.0, false)
> Converting the value "-120.0" to "-120" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> 12) Symfony\Component\DependencyInjection\Tests\Loader\IniFileLoaderTest::testTypeConversionsWithNativePhp with data set #25 ('-10100.1', -10100.1, false)
> Converting the value "-10100.1" to "-10100.1" is not supported by the IniFileLoader.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php:53
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1061, Assertions: 2340, Skipped: 12.
> 
> Legacy deprecation notices (3)
> 
> Running src/Symfony/Component/VarExporter tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/VarExporter
> ...............................................                   47 / 47 (100%)
> 
> Time: 64 ms, Memory: 10.00 MB
> 
> OK (47 tests, 190 assertions)
> 
> Running src/Symfony/Component/Messenger tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Messenger
> ...............................................................  63 / 339 ( 18%)
> ............................................................... 126 / 339 ( 37%)
> ...................................................SSSS........ 189 / 339 ( 55%)
> ............................................................... 252 / 339 ( 74%)
> ..........................SSSSSSSSSSSSSSSSSSSSSSS...SS......... 315 / 339 ( 92%)
> ........................                                        339 / 339 (100%)
> 
> Time: 396 ms, Memory: 26.00 MB
> 
> There were 29 skipped tests:
> 
> 1) Symfony\Component\Messenger\Tests\Transport\AmqpExt\AmqpExtIntegrationTest::testItSendsAndReceivesMessages
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php:45
> 
> 2) Symfony\Component\Messenger\Tests\Transport\AmqpExt\AmqpExtIntegrationTest::testRetryAndDelay
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php:45
> 
> 3) Symfony\Component\Messenger\Tests\Transport\AmqpExt\AmqpExtIntegrationTest::testItReceivesSignals
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php:45
> 
> 4) Symfony\Component\Messenger\Tests\Transport\AmqpExt\AmqpExtIntegrationTest::testItCountsMessagesInQueue
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php:45
> 
> 5) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testFromInvalidDsn
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 6) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testFromDsn
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 7) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testFromDsnWithOptions
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 8) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testFromDsnWithOptionsAndTrailingSlash
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 9) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testFromDsnWithQueryOptions
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 10) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testKeepGettingPendingMessages
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 11) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testAuth
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 12) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testNoAuthWithEmptyPassword
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 13) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testAuthZeroPassword
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 14) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testFailedAuth
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 15) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testDbIndex
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 16) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testFirstGetPendingMessagesThenNewMessages
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 17) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testUnexpectedRedisError
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 18) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testGetAfterReject
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 19) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testGetNonBlocking
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 20) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testJsonError
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 21) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testMaxEntries
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 22) Symfony\Component\Messenger\Tests\Transport\RedisExt\ConnectionTest::testLastErrorGetsCleared
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
> Extension redis >= 4.3.0 is required.
> 
> 23) Symfony\Component\Messenger\Tests\Transport\RedisExt\RedisExtIntegrationTest::testConnectionSendAndGet
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 24) Symfony\Component\Messenger\Tests\Transport\RedisExt\RedisExtIntegrationTest::testGetTheFirstAvailableMessage
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 25) Symfony\Component\Messenger\Tests\Transport\RedisExt\RedisExtIntegrationTest::testConnectionSendWithSameContent
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 26) Symfony\Component\Messenger\Tests\Transport\RedisExt\RedisExtIntegrationTest::testConnectionSendAndGetDelayed
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 27) Symfony\Component\Messenger\Tests\Transport\RedisExt\RedisExtIntegrationTest::testConnectionSendDelayedMessagesWithSameContent
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 28) Symfony\Component\Messenger\Tests\Transport\RedisExt\RedisTransportFactoryTest::testSupportsOnlyRedisTransports
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 29) Symfony\Component\Messenger\Tests\Transport\RedisExt\RedisTransportFactoryTest::testCreateTransport
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 339, Assertions: 760, Skipped: 29.
> 
> Legacy deprecation notices (3)
> 
> Running src/Symfony/Component/Console tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Console
> ...............................................................  63 / 878 (  7%)
> ............................................................... 126 / 878 ( 14%)
> ............................................................... 189 / 878 ( 21%)
> ............................................................... 252 / 878 ( 28%)
> ............................................................... 315 / 878 ( 35%)
> ............................................................... 378 / 878 ( 43%)
> ............................................................... 441 / 878 ( 50%)
> ............................................................... 504 / 878 ( 57%)
> ............................................................... 567 / 878 ( 64%)
> ............................................................... 630 / 878 ( 71%)
> ............................................................... 693 / 878 ( 78%)
> ............................................................... 756 / 878 ( 86%)
> ............................................................... 819 / 878 ( 93%)
> ......................................S....................     878 / 878 (100%)
> 
> Time: 2.2 seconds, Memory: 26.00 MB
> 
> There was 1 skipped test:
> 
> 1) Symfony\Component\Console\Tests\TerminalTest::testSttyOnWindows
> Must be on windows
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Console/Tests/TerminalTest.php:77
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 878, Assertions: 1516, Skipped: 1.
> 
> Running src/Symfony/Component/ErrorHandler tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/ErrorHandler
> ...S.........................S..................S..............  63 / 104 ( 60%)
> .......S......................SSS........                       104 / 104 (100%)
> 
> Time: 316 ms, Memory: 14.00 MB
> 
> There were 7 skipped tests:
> 
> 1) Symfony\Component\ErrorHandler\Tests\DebugClassLoaderTest::testFileCaseMismatch
> Can only be run on case insensitive filesystems
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php:87
> 
> 2) Symfony\Component\ErrorHandler\Tests\ErrorEnhancer\ClassNotFoundErrorEnhancerTest::testCannotRedeclareClass
> Can only be run on case insensitive filesystems
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php:138
> 
> 3) Symfony\Component\ErrorHandler\Tests\ErrorHandlerTest::testHandleUserError
> PHP 7.4 allows __toString to throw exceptions
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php:345
> 
> 4) Symfony\Component\ErrorHandler\Tests\ErrorHandlerTest::testAssertQuietEval
> zend.assertions is forcibly disabled
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php:666
> 
> 5) Symfony\Component\ErrorHandler\Tests\Exception\FlattenExceptionTest::testArguments
> PHP 7.4 removes arguments from exception traces.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php:262
> 
> 6) Symfony\Component\ErrorHandler\Tests\Exception\FlattenExceptionTest::testRecursionInArguments
> PHP 7.4 removes arguments from exception traces.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php:328
> 
> 7) Symfony\Component\ErrorHandler\Tests\Exception\FlattenExceptionTest::testTooBigArray
> PHP 7.4 removes arguments from exception traces.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php:343
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 104, Assertions: 298, Skipped: 7.
> 
> Legacy deprecation notices (2)
> 
> Running src/Symfony/Component/VarDumper tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/VarDumper
> ...............................................................  63 / 303 ( 20%)
> ............................................................... 126 / 303 ( 41%)
> ............................................................... 189 / 303 ( 62%)
> .S.........SS.................................................. 252 / 303 ( 83%)
> ...................................................             303 / 303 (100%)
> 
> Time: 376 ms, Memory: 14.00 MB
> 
> There were 3 skipped tests:
> 
> 1) Symfony\Component\VarDumper\Tests\Caster\GmpCasterTest::testCastGmp
> Extension gmp is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Caster/GmpCasterTest.php:24
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Caster/GmpCasterTest.php:24
> 
> 2) Symfony\Component\VarDumper\Tests\Caster\RedisCasterTest::testNotConnected
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 3) Symfony\Component\VarDumper\Tests\Caster\RedisCasterTest::testConnected
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 303, Assertions: 425, Skipped: 3.
> 
> Running src/Symfony/Component/HttpClient tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/HttpClient
> ...............................................................  63 / 334 ( 18%)
> EEEEE.......................................................... 126 / 334 ( 37%)
> ..................................................EEFE...EE.... 189 / 334 ( 56%)
> ........F...FFFF..SFSFF.F.FFFFFFFF.FFFFFF.F...FF...SSFFFFFFF.FS 252 / 334 ( 75%)
> .SEEEEEEEEEEEE.EEEE.E.EEEEEEEE.EEEEE..EFEEEE.E.EEEEEEEEEE..EE.. 315 / 334 ( 94%)
> E..................                                             334 / 334 (100%)
> 
> Time: 9.36 seconds, Memory: 18.00 MB
> 
> There were 59 errors:
> 
> 1) Symfony\Component\HttpClient\Tests\DataCollector\HttpClientDataCollectorTest::testItCollectsRequestCount
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:33
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:33
> 
> 2) Symfony\Component\HttpClient\Tests\DataCollector\HttpClientDataCollectorTest::testItCollectsErrorCount
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:61
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:61
> 
> 3) Symfony\Component\HttpClient\Tests\DataCollector\HttpClientDataCollectorTest::testItCollectsErrorCountByClient
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:90
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:90
> 
> 4) Symfony\Component\HttpClient\Tests\DataCollector\HttpClientDataCollectorTest::testItCollectsTracesByClient
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:122
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:122
> 
> 5) Symfony\Component\HttpClient\Tests\DataCollector\HttpClientDataCollectorTest::testItIsEmptyAfterReset
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:154
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:175
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php:154
> 
> 6) Symfony\Component\HttpClient\Tests\HttplugClientTest::testSendRequest
> Http\Client\Exception\NetworkException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:39
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:114
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:97
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:39
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:114
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:97
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:39
> 
> 7) Symfony\Component\HttpClient\Tests\HttplugClientTest::testSendAsyncRequest
> Http\Client\Exception\NetworkException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:84
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:68
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:66
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:68
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:47
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:60
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:68
> 
> 8) Symfony\Component\HttpClient\Tests\HttplugClientTest::testPostRequest
> Http\Client\Exception\NetworkException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:113
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:114
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:97
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:113
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:114
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:97
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:113
> 
> 9) Symfony\Component\HttpClient\Tests\HttplugClientTest::testRetry404
> Http\Client\Exception\NetworkException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:84
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:267
> /usr/share/php/GuzzleHttp/Promise/Promise.php:225
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:185
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:66
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:267
> /usr/share/php/GuzzleHttp/Promise/Promise.php:225
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:185
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:47
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:60
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:267
> /usr/share/php/GuzzleHttp/Promise/Promise.php:225
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:185
> 
> 10) Symfony\Component\HttpClient\Tests\HttplugClientTest::testRetryNetworkError
> Http\Client\Exception\NetworkException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:84
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:60
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:214
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:66
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:60
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:214
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:47
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php:60
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/HttplugClient.php:123
> /usr/share/php/GuzzleHttp/Promise/Promise.php:246
> /usr/share/php/GuzzleHttp/Promise/Promise.php:223
> /usr/share/php/GuzzleHttp/Promise/Promise.php:62
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:57
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/HttplugPromise.php:60
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:214
> 
> 11) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testAcceptHeader
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:25
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:25
> 
> 12) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testToStream
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:199
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:52
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:199
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:52
> 
> 13) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testToStream404
> fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/StreamWrapper.php:177
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:70
> 
> 14) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNonBlockingStream
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:199
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:84
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:199
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:84
> 
> 15) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutIsNotAFatalError
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:103
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:103
> 
> 16) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testGetRequest
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:44
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:44
> 
> 17) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testHeadRequest
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/head): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:83
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/head): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:83
> 
> 18) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNonBufferedGetRequest
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:106
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:106
> 
> 19) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testBufferSink
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:122
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:122
> 
> 20) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testConditionalBuffering
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:134
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:134
> 
> 21) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testReentrantBufferCallback
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:156
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:156
> 
> 22) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testThrowingBufferCallback
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:170
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:170
> 
> 23) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testHttpVersion
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:194
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:194
> 
> 24) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testChunkedEncoding
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/chunked): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:209
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/chunked): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:209
> 
> 25) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testClientError
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:122
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:223
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:52
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:223
> 
> 26) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testIgnoreErrors
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:259
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:259
> 
> 27) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInlineAuth
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://...@127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:304
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://...@127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:304
> 
> 28) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::test304
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/304): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:331
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/304): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:331
> 
> 29) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testRedirects
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/301): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:345
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/301): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:345
> 
> 30) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInvalidRedirect
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/301/invalid): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:376
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/301/invalid): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:376
> 
> 31) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testRelativeRedirects
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/302/relative): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:390
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/302/relative): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:390
> 
> 32) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testRedirect307
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/307): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:414
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/307): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:414
> 
> 33) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testMaxRedirects
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/301): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:434
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/301): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:434
> 
> 34) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testStream
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:52
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:468
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:47
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:467
> 
> 35) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testAddToStream
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:73
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:506
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:47
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:505
> 
> 36) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testOnProgress
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:539
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:539
> 
> 37) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostJson
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:556
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:556
> 
> 38) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostArray
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:571
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:571
> 
> 39) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostResource
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:586
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:586
> 
> 40) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostCallback
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:604
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:604
> 
> 41) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testCancelInStream
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:91
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:429
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:42
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:633
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:47
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:633
> 
> 42) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testOnProgressError
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:91
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:429
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:42
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:679
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseStream.php:47
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:679
> 
> 43) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testResolve
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:698
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:698
> 
> 44) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testIdnResolve
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:714
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:714
> 
> 45) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNotATimeout
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-header): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:730
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-header): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:730
> 
> 46) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutOnStream
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:750
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:750
> 
> 47) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutWithActiveConcurrentStream
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8077/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:300
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:91
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8077/timeout-body): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:300
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:91
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8067/max-duration): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:800
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8067/max-duration): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:800
> 
> 48) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testDestruct
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-long): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:300
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:91
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/NativeHttpClient.php:230
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:818
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/timeout-long): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:300
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:91
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/NativeHttpClient.php:230
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:818
> 
> 49) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testGetContentAfterDestruct
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:300
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:91
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/NativeHttpClient.php:230
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:831
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:300
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:91
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/NativeHttpClient.php:230
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:831
> 
> 50) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testProxy
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:845
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:845
> 
> 51) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNoProxy
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:867
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:867
> 
> 52) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testAutoEncodingRequest
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:886
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:886
> 
> 53) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testBaseUri
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:905
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:905
> 
> 54) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testQuery
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/?a=a&b=b): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:916
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/?a=a&b=b): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:139
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:916
> 
> 55) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInformationalResponse
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/103): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:926
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/103): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:98
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:926
> 
> 56) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testUserlandEncodingRequest
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:961
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:82
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:961
> 
> 57) Symfony\Component\HttpClient\Tests\Psr18ClientTest::testSendRequest
> Symfony\Component\HttpClient\Psr18NetworkException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:120
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:34
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:34
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:34
> 
> 58) Symfony\Component\HttpClient\Tests\Psr18ClientTest::testPostRequest
> Symfony\Component\HttpClient\Psr18NetworkException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:120
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:52
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:52
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:52
> 
> 59) Symfony\Component\HttpClient\Tests\Psr18ClientTest::test404
> Symfony\Component\HttpClient\Psr18NetworkException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:120
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:81
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php:64
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:238
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:81
> 
> Caused by
> Symfony\Component\HttpClient\Exception\TransportException: fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:115
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:139
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/NativeResponse.php:310
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:329
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:237
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Response/ResponseTrait.php:70
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Psr18Client.php:99
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php:81
> 
> --
> 
> There were 36 failures:
> 
> 1) Symfony\Component\HttpClient\Tests\HttplugClientTest::testWait
> $promise->then() should have been called.
> Failed asserting that false is true.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php:102
> 
> 2) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testToStream404
> fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:67
> 
> 3) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testHeadRequest
> fopen(http://127.0.0.1:8057/head): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:77
> 
> 4) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNonBufferedGetRequest
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:102
> 
> 5) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testBufferSink
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:118
> 
> 6) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testConditionalBuffering
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:133
> 
> 7) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testHttpVersion
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:191
> 
> 8) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testClientError
> fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:221
> 
> 9) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testIgnoreErrors
> fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:257
> 
> 10) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInlineAuth
> fopen(http://...@127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:302
> 
> 11) Symfony\Component\HttpClient\Tests\MockHttpClientTest::test304
> fopen(http://127.0.0.1:8057/304): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:327
> 
> 12) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testRedirects
> fopen(http://127.0.0.1:8057/301): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:342
> 
> 13) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInvalidRedirect
> fopen(http://127.0.0.1:8057/301/invalid): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:374
> 
> 14) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testRelativeRedirects
> fopen(http://127.0.0.1:8057/302/relative): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:388
> 
> 15) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testRedirect307
> fopen(http://127.0.0.1:8057/307): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:411
> 
> 16) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMaxRedirects
> fopen(http://127.0.0.1:8057/301): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:429
> 
> 17) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testStream
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:463
> 
> 18) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testAddToStream
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:495
> 
> 19) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testOnProgress
> fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:536
> 
> 20) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostJson
> fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:553
> 
> 21) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostArray
> fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:568
> 
> 22) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostResource
> fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:583
> 
> 23) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostCallback
> fopen(http://127.0.0.1:8057/post): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:601
> 
> 24) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testCancel
> fopen(http://127.0.0.1:8057/timeout-header): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:610
> 
> 25) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testCancelInStream
> fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:631
> 
> 26) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testIdnResolve
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:711
> 
> 27) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNotATimeout
> fopen(http://127.0.0.1:8057/timeout-header): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:727
> 
> 28) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testGetContentAfterDestruct
> fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:831
> 
> 29) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testProxy
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:842
> 
> 30) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNoProxy
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:864
> 
> 31) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testAutoEncodingRequest
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:884
> 
> 32) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testBaseUri
> fopen(http://127.0.0.1:8057/404): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:902
> 
> 33) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testQuery
> fopen(http://127.0.0.1:8057/?a=a&b=b): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:913
> 
> 34) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInformationalResponse
> fopen(http://127.0.0.1:8057/103): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:924
> 
> 35) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testUserlandEncodingRequest
> fopen(http://127.0.0.1:8057/): failed to open stream: Failed to parse address "0"
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:98
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/MockHttpClient.php:63
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:958
> 
> 36) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testOnProgressCancel
> Failed asserting that two strings are identical.
> --- Expected
> +++ Actual
> @@ @@
> -'Aborting the request.'
> +'fopen(http://127.0.0.1:8057/timeout-body): failed to open stream: Failed to parse address "0"'
> 
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:659
> 
> --
> 
> There were 6 skipped tests:
> 
> 1) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testUnsupportedOption
> MockHttpClient accepts any options by default
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:103
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:179
> 
> 2) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testChunkedEncoding
> MockHttpClient doesn't dechunk
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:107
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:206
> 
> 3) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTimeoutWithActiveConcurrentStream
> Real transport required
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:115
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:794
> 
> 4) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testDestruct
> MockHttpClient doesn't timeout on destruct
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:119
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:815
> 
> 5) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testGzipBroken
> MockHttpClient doesn't unzip
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php:111
> /usr/share/php/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php:978
> 
> 6) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInformationalResponseStream
> NativeHttpClient doesn't support informational status codes.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php:26
> 
> ERRORS!
> Tests: 334, Assertions: 512, Errors: 59, Failures: 36, Skipped: 6.
> KO src/Symfony/Component/HttpClient
> 
> Running src/Symfony/Component/Yaml tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Yaml
> ...............................................................  63 / 648 (  9%)
> ............................................................... 126 / 648 ( 19%)
> ............................................................... 189 / 648 ( 29%)
> ............................................................... 252 / 648 ( 38%)
> ............................................................... 315 / 648 ( 48%)
> ............................................................... 378 / 648 ( 58%)
> ............................................................... 441 / 648 ( 68%)
> ............................................................... 504 / 648 ( 77%)
> ............................................................... 567 / 648 ( 87%)
> ............................................................... 630 / 648 ( 97%)
> ..................                                              648 / 648 (100%)
> 
> Time: 206 ms, Memory: 18.00 MB
> 
> OK (648 tests, 937 assertions)
> 
> Running src/Symfony/Component/Serializer tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Serializer
> ...............................................................  63 / 661 (  9%)
> ............................................................... 126 / 661 ( 19%)
> ............................................................... 189 / 661 ( 28%)
> ............................................................... 252 / 661 ( 38%)
> ............................................................... 315 / 661 ( 47%)
> ............................................................... 378 / 661 ( 57%)
> .............................................................S. 441 / 661 ( 66%)
> ..............SS........I......S............................... 504 / 661 ( 76%)
> ................................SS........I......S............. 567 / 661 ( 85%)
> .................S.............SS........I.....S............... 630 / 661 ( 95%)
> ...............................                                 661 / 661 (100%)
> 
> Time: 346 ms, Memory: 24.00 MB
> 
> There were 3 incomplete tests:
> 
> 1) Symfony\Component\Serializer\Tests\Normalizer\GetSetMethodNormalizerTest::testIgnoredAttributesNormalize
> AbstractObjectNormalizer::getAttributes caches attributes by class instead of by class+context, reusing the normalizer with different config therefore fails. This is being fixed in https://github.com/symfony/symfony/pull/30907
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php:41
> 
> 2) Symfony\Component\Serializer\Tests\Normalizer\ObjectNormalizerTest::testIgnoredAttributesNormalize
> AbstractObjectNormalizer::getAttributes caches attributes by class instead of by class+context, reusing the normalizer with different config therefore fails. This is being fixed in https://github.com/symfony/symfony/pull/30907
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php:41
> 
> 3) Symfony\Component\Serializer\Tests\Normalizer\PropertyNormalizerTest::testIgnoredAttributesNormalize
> AbstractObjectNormalizer::getAttributes caches attributes by class instead of by class+context, reusing the normalizer with different config therefore fails. This is being fixed in https://github.com/symfony/symfony/pull/30907
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php:41
> 
> --
> 
> There were 11 skipped tests:
> 
> 1) Symfony\Component\Serializer\Tests\Normalizer\GetSetMethodNormalizerTest::testRejectInvalidKey
> This test makes no sense with the GetSetMethodNormalizer
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php:388
> 
> 2) Symfony\Component\Serializer\Tests\Normalizer\GetSetMethodNormalizerTest::testUncallableCallbacks with data set #0 (array(null))
> Callback validation for callbacks in the context has been forgotten. See https://github.com/symfony/symfony/pull/30950
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php:40
> 
> 3) Symfony\Component\Serializer\Tests\Normalizer\GetSetMethodNormalizerTest::testUncallableCallbacks with data set #1 (array('thisisnotavalidfunction'))
> Callback validation for callbacks in the context has been forgotten. See https://github.com/symfony/symfony/pull/30950
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php:40
> 
> 4) Symfony\Component\Serializer\Tests\Normalizer\GetSetMethodNormalizerTest::testObjectToPopulateNoMatch
> something broken here!
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectToPopulateTestTrait.php:48
> 
> 5) Symfony\Component\Serializer\Tests\Normalizer\ObjectNormalizerTest::testUncallableCallbacks with data set #0 (array(null))
> Callback validation for callbacks in the context has been forgotten. See https://github.com/symfony/symfony/pull/30950
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php:40
> 
> 6) Symfony\Component\Serializer\Tests\Normalizer\ObjectNormalizerTest::testUncallableCallbacks with data set #1 (array('thisisnotavalidfunction'))
> Callback validation for callbacks in the context has been forgotten. See https://github.com/symfony/symfony/pull/30950
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php:40
> 
> 7) Symfony\Component\Serializer\Tests\Normalizer\ObjectNormalizerTest::testObjectToPopulateNoMatch
> something broken here!
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectToPopulateTestTrait.php:48
> 
> 8) Symfony\Component\Serializer\Tests\Normalizer\PropertyNormalizerTest::testIgnoredAttributesContextDenormalizeInherit
> This has not been tested previously - did not manage to make the test work
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php:333
> 
> 9) Symfony\Component\Serializer\Tests\Normalizer\PropertyNormalizerTest::testUncallableCallbacks with data set #0 (array(null))
> Callback validation for callbacks in the context has been forgotten. See https://github.com/symfony/symfony/pull/30950
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php:40
> 
> 10) Symfony\Component\Serializer\Tests\Normalizer\PropertyNormalizerTest::testUncallableCallbacks with data set #1 (array('thisisnotavalidfunction'))
> Callback validation for callbacks in the context has been forgotten. See https://github.com/symfony/symfony/pull/30950
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php:40
> 
> 11) Symfony\Component\Serializer\Tests\Normalizer\PropertyNormalizerTest::testObjectToPopulateNoMatch
> something broken here!
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectToPopulateTestTrait.php:48
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 661, Assertions: 1032, Skipped: 11, Incomplete: 3.
> 
> Legacy deprecation notices (66)
> 
> Running src/Symfony/Component/HttpKernel tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/HttpKernel
> ...............................................................  63 / 807 (  7%)
> ............................................................... 126 / 807 ( 15%)
> ............................................................... 189 / 807 ( 23%)
> ............................................................... 252 / 807 ( 31%)
> ............................................................... 315 / 807 ( 39%)
> ............................................................... 378 / 807 ( 46%)
> ............................................................... 441 / 807 ( 54%)
> ............................................................... 504 / 807 ( 62%)
> ............................................................... 567 / 807 ( 70%)
> ............................................................... 630 / 807 ( 78%)
> ............................................................... 693 / 807 ( 85%)
> ............................................................... 756 / 807 ( 93%)
> ...................................................             807 / 807 (100%)
> 
> Time: 594 ms, Memory: 34.00 MB
> 
> OK (807 tests, 1957 assertions)
> 
> Legacy deprecation notices (31)
> 
> Running src/Symfony/Component/Intl tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Intl
> .............................................................   61 / 1407 (  4%)
> .............................................................  122 / 1407 (  8%)
> .............................................................  183 / 1407 ( 13%)
> .............................................................  244 / 1407 ( 17%)
> .............................................................  305 / 1407 ( 21%)
> .............................................................  366 / 1407 ( 26%)
> .............................................................  427 / 1407 ( 30%)
> .............................................................  488 / 1407 ( 34%)
> .............................................................  549 / 1407 ( 39%)
> .............................................................  610 / 1407 ( 43%)
> .............................................................  671 / 1407 ( 47%)
> .............................................................  732 / 1407 ( 52%)
> .............................................................  793 / 1407 ( 56%)
> .............................................................  854 / 1407 ( 60%)
> .............................................................  915 / 1407 ( 65%)
> .............................................................  976 / 1407 ( 69%)
> ............................................................. 1037 / 1407 ( 73%)
> ............................................................. 1098 / 1407 ( 78%)
> ................S.S.......................................... 1159 / 1407 ( 82%)
> ............................................................. 1220 / 1407 ( 86%)
> ............................................................. 1281 / 1407 ( 91%)
> ........................S.S.................................. 1342 / 1407 ( 95%)
> ............................................................. 1403 / 1407 ( 99%)
> ....                                                          1407 / 1407 (100%)
> 
> Time: 1.01 seconds, Memory: 60.00 MB
> 
> There were 4 skipped tests:
> 
> 1) Symfony\Component\Intl\Tests\NumberFormatter\NumberFormatterTest::testParseTypeInt64With32BitIntegerInPhp32Bit
> PHP 32 bit is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Util/IntlTestHelper.php:90
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php:743
> 
> 2) Symfony\Component\Intl\Tests\NumberFormatter\NumberFormatterTest::testParseTypeInt64With64BitIntegerInPhp32Bit
> PHP 32 bit is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Util/IntlTestHelper.php:90
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php:776
> 
> 3) Symfony\Component\Intl\Tests\NumberFormatter\Verification\NumberFormatterTest::testParseTypeInt64With32BitIntegerInPhp32Bit
> PHP 32 bit is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Util/IntlTestHelper.php:90
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php:743
> 
> 4) Symfony\Component\Intl\Tests\NumberFormatter\Verification\NumberFormatterTest::testParseTypeInt64With64BitIntegerInPhp32Bit
> PHP 32 bit is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Util/IntlTestHelper.php:90
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php:776
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1407, Assertions: 5479, Skipped: 4.
> 
> Legacy deprecation notices (7)
> 
> Running src/Symfony/Component/Stopwatch tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Stopwatch
> ...............................................                   47 / 47 (100%)
> 
> Time: 79 ms, Memory: 10.00 MB
> 
> OK (47 tests, 76 assertions)
> 
> Running src/Symfony/Component/DomCrawler tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/DomCrawler
> ...............................................................  63 / 485 ( 12%)
> ............................................................... 126 / 485 ( 25%)
> ............................................................... 189 / 485 ( 38%)
> ............................................................... 252 / 485 ( 51%)
> ............................................................... 315 / 485 ( 64%)
> ............................................................... 378 / 485 ( 77%)
> ............................................................... 441 / 485 ( 90%)
> ............................................                    485 / 485 (100%)
> 
> Time: 202 ms, Memory: 14.00 MB
> 
> OK (485 tests, 950 assertions)
> 
> Legacy deprecation notices (2)
> 
> Running src/Symfony/Component/Ldap tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Ldap
> .SS..SSSSSSSS...............                                      28 / 28 (100%)
> 
> Time: 69 ms, Memory: 12.00 MB
> 
> There were 10 skipped tests:
> 
> 1) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\AdapterTest::testLdapPagination
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php:131
> 
> 2) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\AdapterTest::testLdapPaginationLimits
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php:214
> 
> 3) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testLdapAddRemoveAttributeValues
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> 4) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testLdapRemoveAttributeValuesError
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> 5) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testLdapAddAttributeValuesError
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> 6) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testLdapApplyOperationsRemoveAllWithArrayError
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> 7) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testLdapApplyOperationsWithWrongConstantError
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> 8) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testApplyOperationsAddRemoveAttributeValues
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> 9) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testUpdateOperationsWithIterator
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> 10) Symfony\Component\Ldap\Tests\Adapter\ExtLdap\LdapManagerTest::testUpdateOperationsThrowsExceptionWhenAddedDuplicatedValue
> No server is listening on LDAP_HOST:LDAP_PORT
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/LdapTestCase.php:14
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 28, Assertions: 48, Skipped: 10.
> 
> Running src/Symfony/Component/Inflector tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Inflector
> ...............................................................  63 / 250 ( 25%)
> ............................................................... 126 / 250 ( 50%)
> ............................................................... 189 / 250 ( 75%)
> .............................................................   250 / 250 (100%)
> 
> Time: 60 ms, Memory: 10.00 MB
> 
> OK (250 tests, 250 assertions)
> 
> Running src/Symfony/Component/OptionsResolver tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/OptionsResolver
> ...............................................................  63 / 228 ( 27%)
> ............................................................... 126 / 228 ( 55%)
> ............................................................... 189 / 228 ( 82%)
> .......................................                         228 / 228 (100%)
> 
> Time: 76 ms, Memory: 12.00 MB
> 
> OK (228 tests, 326 assertions)
> 
> Running src/Symfony/Component/Dotenv tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Dotenv
> ...............................................................  63 / 115 ( 54%)
> ....................................................            115 / 115 (100%)
> 
> Time: 110 ms, Memory: 10.00 MB
> 
> OK (115 tests, 135 assertions)
> 
> Running src/Symfony/Component/CssSelector tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/CssSelector
> ...............................................................  63 / 503 ( 12%)
> ............................................................... 126 / 503 ( 25%)
> ............................................................... 189 / 503 ( 37%)
> ............................................................... 252 / 503 ( 50%)
> ............................................................... 315 / 503 ( 62%)
> ............................................................... 378 / 503 ( 75%)
> ............................................................... 441 / 503 ( 87%)
> ..............................................................  503 / 503 (100%)
> 
> Time: 279 ms, Memory: 14.00 MB
> 
> OK (503 tests, 1024 assertions)
> 
> Running src/Symfony/Component/HttpFoundation tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/HttpFoundation
> .............................................................   61 / 1198 (  5%)
> .............................................................  122 / 1198 ( 10%)
> .............................................................  183 / 1198 ( 15%)
> .............................................................  244 / 1198 ( 20%)
> ...............S.............................................  305 / 1198 ( 25%)
> .............................................................  366 / 1198 ( 30%)
> .............................................................  427 / 1198 ( 35%)
> .............................................................  488 / 1198 ( 40%)
> .............................................................  549 / 1198 ( 45%)
> .............................................................  610 / 1198 ( 50%)
> .............................................................  671 / 1198 ( 56%)
> .............................................................  732 / 1198 ( 61%)
> .............................................................  793 / 1198 ( 66%)
> .............................................................  854 / 1198 ( 71%)
> .............................................................  915 / 1198 ( 76%)
> .......................SSSSSSSSS.............................  976 / 1198 ( 81%)
> ........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1037 / 1198 ( 86%)
> SSSSSSSSSSSSSSSSSSSSS........................................ 1098 / 1198 ( 91%)
> ............................................................. 1159 / 1198 ( 96%)
> .................................
> 
> Time: 3.39 seconds, Memory: 26.00 MB
> 
> There were 84 skipped tests:
> 
> 1) Symfony\Component\HttpFoundation\Tests\IpUtilsTest::testAnIpv6WithOptionDisabledIpv6
> Only works when PHP is compiled with the option "disable-ipv6".
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php:82
> 
> 2) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testConstructorShouldThrowExceptionForMissingOptions
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 3) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testOpenMethodAlwaysReturnTrue
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 4) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testCloseMethodAlwaysReturnTrue
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 5) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testRead
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 6) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testWrite
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 7) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testReplaceSessionData
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 8) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testDestroy
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 9) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testGc
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 10) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testGetConnection
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension mongodb is required.
> 
> 11) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testOpenSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 12) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testCloseSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 13) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testReadSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 14) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testWriteSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 15) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testUseSessionGcMaxLifetimeAsTimeToLive
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 16) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testDestroySession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 17) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testGcSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 18) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testUpdateTimestamp
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 19) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testSupportedParam with data set #0 (array('session'), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 20) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testSupportedParam with data set #1 (array(1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 21) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testSupportedParam with data set #2 (array('sfs', 1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 22) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testSupportedParam with data set #3 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 23) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testSupportedParam with data set #4 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 24) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testUseTtlOption with data set #0 (5000)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 25) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testUseTtlOption with data set #1 (120)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 26) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisClusterSessionHandlerTest::testUseTtlOption with data set #2 (60)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 27) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testOpenSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 28) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testCloseSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 29) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testReadSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 30) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testWriteSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 31) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testUseSessionGcMaxLifetimeAsTimeToLive
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 32) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testDestroySession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 33) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testGcSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 34) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testUpdateTimestamp
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 35) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testSupportedParam with data set #0 (array('session'), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 36) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testSupportedParam with data set #1 (array(1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 37) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testSupportedParam with data set #2 (array('sfs', 1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 38) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testSupportedParam with data set #3 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 39) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testSupportedParam with data set #4 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 40) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testUseTtlOption with data set #0 (5000)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 41) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testUseTtlOption with data set #1 (120)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 42) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PredisSessionHandlerTest::testUseTtlOption with data set #2 (60)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 43) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testOpenSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 44) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testCloseSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 45) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testReadSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 46) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testWriteSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 47) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testUseSessionGcMaxLifetimeAsTimeToLive
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 48) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testDestroySession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 49) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testGcSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 50) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testUpdateTimestamp
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 51) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testSupportedParam with data set #0 (array('session'), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 52) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testSupportedParam with data set #1 (array(1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 53) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testSupportedParam with data set #2 (array('sfs', 1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 54) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testSupportedParam with data set #3 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 55) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testSupportedParam with data set #4 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 56) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testUseTtlOption with data set #0 (5000)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 57) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testUseTtlOption with data set #1 (120)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 58) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisArraySessionHandlerTest::testUseTtlOption with data set #2 (60)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 59) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testOpenSession
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:22
> 
> 60) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testCloseSession
> Test skipped because of an error in hook method
> 
> 61) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testReadSession
> Test skipped because of an error in hook method
> 
> 62) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testWriteSession
> Test skipped because of an error in hook method
> 
> 63) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testUseSessionGcMaxLifetimeAsTimeToLive
> Test skipped because of an error in hook method
> 
> 64) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testDestroySession
> Test skipped because of an error in hook method
> 
> 65) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testGcSession
> Test skipped because of an error in hook method
> 
> 66) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testUpdateTimestamp
> Test skipped because of an error in hook method
> 
> 67) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testSupportedParam
> Test skipped because of an error in hook method
> 
> 68) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testUseTtlOption
> Test skipped because of an error in hook method
> 
> 69) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testOpenSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 70) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testCloseSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 71) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testReadSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 72) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testWriteSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 73) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testUseSessionGcMaxLifetimeAsTimeToLive
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 74) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testDestroySession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 75) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testGcSession
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 76) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testUpdateTimestamp
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 77) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testSupportedParam with data set #0 (array('session'), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 78) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testSupportedParam with data set #1 (array(1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 79) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testSupportedParam with data set #2 (array('sfs', 1000), true)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 80) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testSupportedParam with data set #3 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 81) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testSupportedParam with data set #4 (array('sfs', 'bar'), false)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 82) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testUseTtlOption with data set #0 (5000)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 83) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testUseTtlOption with data set #1 (120)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> 84) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisSessionHandlerTest::testUseTtlOption with data set #2 (60)
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php:45
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1198, Assertions: 2401, Skipped: 84.
> 
> Legacy deprecation notices (4)
> 
> Running src/Symfony/Component/Validator tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Validator
> .............................................................   61 / 3010 (  2%)
> .............................................................  122 / 3010 (  4%)
> .............................................................  183 / 3010 (  6%)
> .............................................................  244 / 3010 (  8%)
> .............................................................  305 / 3010 ( 10%)
> .............................................................  366 / 3010 ( 12%)
> .............................................................  427 / 3010 ( 14%)
> ..............S..............................................  488 / 3010 ( 16%)
> .............................................................  549 / 3010 ( 18%)
> .............................................................  610 / 3010 ( 20%)
> .............................................................  671 / 3010 ( 22%)
> .............................................................  732 / 3010 ( 24%)
> .............................................................  793 / 3010 ( 26%)
> ........................SSSSSSSSS............................  854 / 3010 ( 28%)
> ........................SSSSSSSSS............................  915 / 3010 ( 30%)
> .............................................................  976 / 3010 ( 32%)
> ............................................................. 1037 / 3010 ( 34%)
> ............................................................. 1098 / 3010 ( 36%)
> ............................................................. 1159 / 3010 ( 38%)
> ............................................................. 1220 / 3010 ( 40%)
> ............................................................. 1281 / 3010 ( 42%)
> ............................................................. 1342 / 3010 ( 44%)
> ............................................................. 1403 / 3010 ( 46%)
> ............................................................. 1464 / 3010 ( 48%)
> ............................................................. 1525 / 3010 ( 50%)
> ............................................................. 1586 / 3010 ( 52%)
> ............................................................. 1647 / 3010 ( 54%)
> ............................................................. 1708 / 3010 ( 56%)
> .....................................SSSSSSSSSSS............. 1769 / 3010 ( 58%)
> ..................................SSSSSSSSSS................. 1830 / 3010 ( 60%)
> ............................................................. 1891 / 3010 ( 62%)
> ............................................................. 1952 / 3010 ( 64%)
> ............................................................. 2013 / 3010 ( 66%)
> ............................................................. 2074 / 3010 ( 68%)
> ............................................................. 2135 / 3010 ( 70%)
> ............................................................. 2196 / 3010 ( 72%)
> ............................................................. 2257 / 3010 ( 74%)
> ............................................................. 2318 / 3010 ( 77%)
> ......................S...................................... 2379 / 3010 ( 79%)
> ............................................................. 2440 / 3010 ( 81%)
> ............................................................. 2501 / 3010 ( 83%)
> ............................................................. 2562 / 3010 ( 85%)
> ............................................................. 2623 / 3010 ( 87%)
> ............................................................. 2684 / 3010 ( 89%)
> ............................................................. 2745 / 3010 ( 91%)
> ............................................................. 2806 / 3010 ( 93%)
> ............................................................. 2867 / 3010 ( 95%)
> ............................................................. 2928 / 3010 ( 97%)
> ............................................................. 2989 / 3010 ( 99%)
> .....................                                         3010 / 3010 (100%)
> 
> Time: 1.18 seconds, Memory: 54.00 MB
> 
> There were 41 skipped tests:
> 
> 1) Symfony\Component\Validator\Tests\Constraints\DivisibleByValidatorTest::testCompareWithNullValueAtPropertyAt
> Test for Symfony\Component\Validator\Tests\Constraints\DivisibleByValidatorTest::testCompareWithNullValueAtPropertyAt skipped by data provider
> PHPUnit\Framework\SkippedTestError: DivisibleByValidator rejects null values.
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/DivisibleByValidatorTest.php:104
> 
> 2) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #0 (null)
> Value option always set for PositiveOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:79
> 
> 3) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #1 (array())
> Value option always set for PositiveOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:79
> 
> 4) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testThrowsConstraintExceptionIfBothValueAndPropertyPath
> Value option is set for PositiveOrZero constraint automatically
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:86
> 
> 5) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testInvalidValuePath
> PropertyPath option is not used in PositiveOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:91
> 
> 6) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testValidComparisonToPropertyPath with data set #0 (5)
> PropertyPath option is not used in PositiveOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:99
> 
> 7) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testValidComparisonToPropertyPath with data set #1 (6)
> PropertyPath option is not used in PositiveOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:99
> 
> 8) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testThrowsOnInvalidStringDates with data set #0 (Symfony\Component\Validator\Constraints\PositiveOrZero Object (...), 'The compared value "foo" coul...raint.', DateTimeImmutable Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:107
> 
> 9) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testThrowsOnInvalidStringDates with data set #1 (Symfony\Component\Validator\Constraints\PositiveOrZero Object (...), 'The compared value "foo" coul...raint.', DateTime Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:107
> 
> 10) Symfony\Component\Validator\Tests\Constraints\GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest::testInvalidComparisonToPropertyPathAddsPathAsParameter
> PropertyPath option is not used in PositiveOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php:112
> 
> 11) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #0 (null)
> Value option always set for Positive constraint.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:77
> 
> 12) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #1 (array())
> Value option always set for Positive constraint.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:77
> 
> 13) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testThrowsConstraintExceptionIfBothValueAndPropertyPath
> Value option is set for Positive constraint automatically
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:84
> 
> 14) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testNoViolationOnNullObjectWithPropertyPath
> PropertyPath option is not used in Positive constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:89
> 
> 15) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testInvalidValuePath
> PropertyPath option is not used in Positive constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:94
> 
> 16) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testValidComparisonToPropertyPath with data set #0 (6)
> PropertyPath option is not used in Positive constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:102
> 
> 17) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testThrowsOnInvalidStringDates with data set #0 (Symfony\Component\Validator\Constraints\Positive Object (...), 'The compared value "foo" coul...raint.', DateTimeImmutable Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:110
> 
> 18) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testThrowsOnInvalidStringDates with data set #1 (Symfony\Component\Validator\Constraints\Positive Object (...), 'The compared value "foo" coul...raint.', DateTime Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:110
> 
> 19) Symfony\Component\Validator\Tests\Constraints\GreaterThanValidatorWithPositiveConstraintTest::testInvalidComparisonToPropertyPathAddsPathAsParameter
> PropertyPath option is not used in Positive constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php:115
> 
> 20) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #0 (null)
> Value option always set for NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:77
> 
> 21) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #1 (array())
> Value option always set for NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:77
> 
> 22) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testThrowsConstraintExceptionIfBothValueAndPropertyPath
> Value option is set for NegativeOrZero constraint automatically
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:84
> 
> 23) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testNoViolationOnNullObjectWithPropertyPath
> PropertyPath option is not used in NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:89
> 
> 24) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testInvalidValuePath
> PropertyPath option is not used in NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:94
> 
> 25) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testValidComparisonToPropertyPath with data set #0 (4)
> PropertyPath option is not used in NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:102
> 
> 26) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testValidComparisonToPropertyPath with data set #1 (5)
> PropertyPath option is not used in NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:102
> 
> 27) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testThrowsOnInvalidStringDates with data set #0 (Symfony\Component\Validator\Constraints\NegativeOrZero Object (...), 'The compared value "foo" coul...raint.', DateTimeImmutable Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:110
> 
> 28) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testThrowsOnInvalidStringDates with data set #1 (Symfony\Component\Validator\Constraints\NegativeOrZero Object (...), 'The compared value "foo" coul...raint.', DateTime Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:110
> 
> 29) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testCompareWithNullValueAtPropertyAt with data set #0 (5, '5', true)
> PropertyPath option is not used in NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:118
> 
> 30) Symfony\Component\Validator\Tests\Constraints\LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest::testInvalidComparisonToPropertyPathAddsPathAsParameter
> PropertyPath option is not used in NegativeOrZero constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php:123
> 
> 31) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #0 (null)
> Value option always set for Negative constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:77
> 
> 32) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testThrowsConstraintExceptionIfNoValueOrPropertyPath with data set #1 (array())
> Value option always set for Negative constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:77
> 
> 33) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testThrowsConstraintExceptionIfBothValueAndPropertyPath
> Value option is set for Negative constraint automatically
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:84
> 
> 34) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testNoViolationOnNullObjectWithPropertyPath
> PropertyPath option is not used in Negative constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:89
> 
> 35) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testInvalidValuePath
> PropertyPath option is not used in Negative constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:94
> 
> 36) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testValidComparisonToPropertyPath with data set #0 (4)
> PropertyPath option is not used in Negative constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:102
> 
> 37) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testThrowsOnInvalidStringDates with data set #0 (Symfony\Component\Validator\Constraints\Negative Object (...), 'The compared value "foo" coul...raint.', DateTimeImmutable Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:110
> 
> 38) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testThrowsOnInvalidStringDates with data set #1 (Symfony\Component\Validator\Constraints\Negative Object (...), 'The compared value "foo" coul...raint.', DateTime Object (...))
> The compared value cannot be an invalid string date because it is hardcoded to 0.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:110
> 
> 39) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testCompareWithNullValueAtPropertyAt with data set #0 (5, '5', true)
> PropertyPath option is not used in Negative constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:118
> 
> 40) Symfony\Component\Validator\Tests\Constraints\LessThanValidatorWithNegativeConstraintTest::testInvalidComparisonToPropertyPathAddsPathAsParameter
> PropertyPath option is not used in Negative constraint
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php:123
> 
> 41) Symfony\Component\Validator\Tests\Constraints\TimezoneValidatorTest::testIntlCompatibility
> "Europe/Saratov" is expired until 2017, current version is 2019
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/TimezoneValidatorTest.php:323
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 3010, Assertions: 5327, Skipped: 41.
> 
> Legacy deprecation notices (18)
> 
> Running src/Symfony/Component/Mime tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mime
> ...............................................................  63 / 258 ( 24%)
> ............................................................... 126 / 258 ( 48%)
> ............................................................... 189 / 258 ( 73%)
> ............................................................... 252 / 258 ( 97%)
> ......                                                          258 / 258 (100%)
> 
> Time: 189 ms, Memory: 20.00 MB
> 
> OK (258 tests, 1346 assertions)
> 
> Running src/Symfony/Component/Form tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Form
> .............................................................   61 / 4082 (  1%)
> .............................................................  122 / 4082 (  2%)
> .............................................................  183 / 4082 (  4%)
> .............................................................  244 / 4082 (  5%)
> .............................................................  305 / 4082 (  7%)
> .............................................................  366 / 4082 (  8%)
> .............................................................  427 / 4082 ( 10%)
> ..................................................I..........  488 / 4082 ( 11%)
> .............................................................  549 / 4082 ( 13%)
> .............................................................  610 / 4082 ( 14%)
> .............................................................  671 / 4082 ( 16%)
> .............................................................  732 / 4082 ( 17%)
> .............................................................  793 / 4082 ( 19%)
> .............................................................  854 / 4082 ( 20%)
> .............................................................  915 / 4082 ( 22%)
> .............................................................  976 / 4082 ( 23%)
> ............................................................. 1037 / 4082 ( 25%)
> ............................................................. 1098 / 4082 ( 26%)
> ............................................................. 1159 / 4082 ( 28%)
> ............................................................. 1220 / 4082 ( 29%)
> ......S...................................................... 1281 / 4082 ( 31%)
> ............................................................. 1342 / 4082 ( 32%)
> ............................................................. 1403 / 4082 ( 34%)
> ............................................................. 1464 / 4082 ( 35%)
> ............................................................. 1525 / 4082 ( 37%)
> ............................................................. 1586 / 4082 ( 38%)
> ............................................................. 1647 / 4082 ( 40%)
> ............................................................. 1708 / 4082 ( 41%)
> ............................................................. 1769 / 4082 ( 43%)
> .....................S....................................... 1830 / 4082 ( 44%)
> ............................................................. 1891 / 4082 ( 46%)
> ............................................................. 1952 / 4082 ( 47%)
> ............................................................. 2013 / 4082 ( 49%)
> ............................................................. 2074 / 4082 ( 50%)
> ............................................................. 2135 / 4082 ( 52%)
> ............................................................. 2196 / 4082 ( 53%)
> ............................................................. 2257 / 4082 ( 55%)
> IIIIIII...................................................... 2318 / 4082 ( 56%)
> .......SS.................................................... 2379 / 4082 ( 58%)
> ............................................................. 2440 / 4082 ( 59%)
> ............................................................. 2501 / 4082 ( 61%)
> ............................................................. 2562 / 4082 ( 62%)
> ............................................................. 2623 / 4082 ( 64%)
> ............................................................. 2684 / 4082 ( 65%)
> ............................................................. 2745 / 4082 ( 67%)
> ............................................................. 2806 / 4082 ( 68%)
> ............................................................. 2867 / 4082 ( 70%)
> ............................................................. 2928 / 4082 ( 71%)
> ............................................................. 2989 / 4082 ( 73%)
> ............................................................. 3050 / 4082 ( 74%)
> ............................................................. 3111 / 4082 ( 76%)
> ............................................................. 3172 / 4082 ( 77%)
> ............................................................. 3233 / 4082 ( 79%)
> ............................................................. 3294 / 4082 ( 80%)
> ............................................................. 3355 / 4082 ( 82%)
> ............................................................. 3416 / 4082 ( 83%)
> ............................................................. 3477 / 4082 ( 85%)
> ............................................................. 3538 / 4082 ( 86%)
> ............................................................. 3599 / 4082 ( 88%)
> ............................................................. 3660 / 4082 ( 89%)
> ............................................................. 3721 / 4082 ( 91%)
> ............................................................. 3782 / 4082 ( 92%)
> ............................................................. 3843 / 4082 ( 94%)
> ............................................................. 3904 / 4082 ( 95%)
> ............................................................. 3965 / 4082 ( 97%)
> ............................................................. 4026 / 4082 ( 98%)
> ........................................................      4082 / 4082 (100%)
> 
> Time: 3.02 seconds, Memory: 140.00 MB
> 
> There were 8 incomplete tests:
> 
> 1) Symfony\Component\Form\Tests\Extension\Core\DataTransformer\DateTimeToLocalizedStringTransformerTest::testTransformWrapsIntlErrors
> Checking for intl errors needs to be reimplemented
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php:190
> 
> 2) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testIsPartiallyFilledReturnsFalseIfCompletelyEmpty
> Needs to be reimplemented using validators
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:540
> 
> 3) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testIsPartiallyFilledReturnsFalseIfCompletelyEmptyWithSeconds
> Needs to be reimplemented using validators
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:556
> 
> 4) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testIsPartiallyFilledReturnsFalseIfCompletelyFilled
> Needs to be reimplemented using validators
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:574
> 
> 5) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testIsPartiallyFilledReturnsFalseIfCompletelyFilledWithSeconds
> Needs to be reimplemented using validators
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:590
> 
> 6) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testIsPartiallyFilledReturnsTrueIfChoiceAndHourEmpty
> Needs to be reimplemented using validators
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:608
> 
> 7) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testIsPartiallyFilledReturnsTrueIfChoiceAndMinuteEmpty
> Needs to be reimplemented using validators
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:626
> 
> 8) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testIsPartiallyFilledReturnsTrueIfChoiceAndSecondsEmpty
> Needs to be reimplemented using validators
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:644
> 
> --
> 
> There were 4 skipped tests:
> 
> 1) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testYearsFor32BitsMachines
> PHP 32 bit is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:932
> 
> 2) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testYearsFor32BitsMachines
> PHP 32 bit is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:932
> 
> 3) Symfony\Component\Form\Tests\Extension\Core\Type\TimezoneTypeTest::testIntlTimeZoneInputWithBc
> "Europe/Saratov" is expired until 2017, current version is 2019
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php:133
> 
> 4) Symfony\Component\Form\Tests\Extension\Core\Type\TimezoneTypeTest::testIntlTimeZoneInputWithBcAndIntl
> "Europe/Saratov" is expired until 2017, current version is 2019
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php:156
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 4082, Assertions: 9017, Skipped: 4, Incomplete: 8.
> 
> Legacy deprecation notices (21)
> 
> Running src/Symfony/Component/BrowserKit tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/BrowserKit
> ...............................................................  63 / 221 ( 28%)
> ............................................................... 126 / 221 ( 57%)
> ............................................................... 189 / 221 ( 85%)
> ................................                                221 / 221 (100%)
> 
> Time: 473 ms, Memory: 20.00 MB
> 
> OK (221 tests, 538 assertions)
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Component/Templating tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Templating
> .........................................                         41 / 41 (100%)
> 
> Time: 91 ms, Memory: 14.00 MB
> 
> OK (41 tests, 108 assertions)
> 
> Running src/Symfony/Component/Asset tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Asset
> ................................................................. 65 / 93 ( 69%)
> ............................                                      93 / 93 (100%)
> 
> Time: 68 ms, Memory: 16.00 MB
> 
> OK (93 tests, 100 assertions)
> 
> Running src/Symfony/Component/Config tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Config
> ...............................................................  63 / 424 ( 14%)
> ............................................................... 126 / 424 ( 29%)
> ............................................................... 189 / 424 ( 44%)
> ............................................................... 252 / 424 ( 59%)
> ............................................................... 315 / 424 ( 74%)
> ............................................................... 378 / 424 ( 89%)
> ..............................................                  424 / 424 (100%)
> 
> Time: 1.19 seconds, Memory: 22.00 MB
> 
> OK (424 tests, 644 assertions)
> 
> Running src/Symfony/Component/WebLink tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/WebLink
> ................                                                  16 / 16 (100%)
> 
> Time: 54 ms, Memory: 12.00 MB
> 
> OK (16 tests, 26 assertions)
> 
> Running src/Symfony/Component/Mailer/Bridge/Amazon tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mailer/Bridge/Amazon
> ...............................                                   31 / 31 (100%)
> 
> Time: 68 ms, Memory: 12.00 MB
> 
> OK (31 tests, 48 assertions)
> 
> Running src/Symfony/Component/Mailer/Bridge/Postmark tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mailer/Bridge/Postmark
> ..................                                                18 / 18 (100%)
> 
> Time: 62 ms, Memory: 12.00 MB
> 
> OK (18 tests, 29 assertions)
> 
> Running src/Symfony/Component/Mailer/Bridge/Mailchimp tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mailer/Bridge/Mailchimp
> ...........................                                       27 / 27 (100%)
> 
> Time: 76 ms, Memory: 12.00 MB
> 
> OK (27 tests, 52 assertions)
> 
> Running src/Symfony/Component/Mailer/Bridge/Google tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mailer/Bridge/Google
> ..........                                                        10 / 10 (100%)
> 
> Time: 49 ms, Memory: 12.00 MB
> 
> OK (10 tests, 11 assertions)
> 
> Running src/Symfony/Component/Mailer/Bridge/Sendgrid tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mailer/Bridge/Sendgrid
> ....................                                              20 / 20 (100%)
> 
> Time: 63 ms, Memory: 12.00 MB
> 
> OK (20 tests, 37 assertions)
> 
> Running src/Symfony/Component/Mailer/Bridge/Mailgun tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mailer/Bridge/Mailgun
> ..............................                                    30 / 30 (100%)
> 
> Time: 67 ms, Memory: 12.00 MB
> 
> OK (30 tests, 54 assertions)
> 
> Running src/Symfony/Component/Mailer tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Mailer
> ...............................................................  63 / 214 ( 29%)
> ............................................................... 126 / 214 ( 58%)
> ...........................................SS...........S...... 189 / 214 ( 88%)
> ..SS.....................                                       214 / 214 (100%)
> 
> Time: 1.2 seconds, Memory: 18.00 MB
> 
> There were 5 skipped tests:
> 
> 1) Symfony\Component\Mailer\Tests\Transport\NullTransportFactoryTest::testUnsupportedSchemeException
> Test for Symfony\Component\Mailer\Tests\Transport\NullTransportFactoryTest::testUnsupportedSchemeException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 2) Symfony\Component\Mailer\Tests\Transport\NullTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Mailer\Tests\Transport\NullTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 3) Symfony\Component\Mailer\Tests\Transport\SendmailTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Mailer\Tests\Transport\SendmailTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 4) Symfony\Component\Mailer\Tests\Transport\Smtp\EsmtpTransportFactoryTest::testUnsupportedSchemeException
> Test for Symfony\Component\Mailer\Tests\Transport\Smtp\EsmtpTransportFactoryTest::testUnsupportedSchemeException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 5) Symfony\Component\Mailer\Tests\Transport\Smtp\EsmtpTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Mailer\Tests\Transport\Smtp\EsmtpTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 214, Assertions: 411, Skipped: 5.
> 
> Running src/Symfony/Component/Process tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Component/Process
> .....SS........................................................  63 / 158 ( 39%)
> ............................................................... 126 / 158 ( 79%)
> ................................                                158 / 158 (100%)
> 
> Time: 7.02 seconds, Memory: 26.00 MB
> 
> There were 2 skipped tests:
> 
> 1) Symfony\Component\Process\Tests\ExecutableFinderTest::testFindProcessInOpenBasedir
> Cannot test when open_basedir is set
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php:120
> 
> 2) Symfony\Component\Process\Tests\ExecutableFinderTest::testFindBatchExecutableOnWindows
> Cannot test when open_basedir is set
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php:138
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 158, Assertions: 277, Skipped: 2.
> 
> Running src/Symfony/Bundle/WebServerBundle tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bundle/WebServerBundle
> .                                                                   1 / 1 (100%)
> 
> Time: 55 ms, Memory: 16.00 MB
> 
> OK (1 test, 11 assertions)
> 
> Running src/Symfony/Bundle/DebugBundle tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bundle/DebugBundle
> ......                                                              6 / 6 (100%)
> 
> Time: 78 ms, Memory: 18.00 MB
> 
> OK (6 tests, 6 assertions)
> 
> Running src/Symfony/Bundle/WebProfilerBundle tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bundle/WebProfilerBundle
> ...............................................................  63 / 113 ( 55%)
> ..................................................              113 / 113 (100%)
> 
> Time: 1.31 seconds, Memory: 48.50 MB
> 
> OK (113 tests, 230 assertions)
> 
> Running src/Symfony/Bundle/FrameworkBundle tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bundle/FrameworkBundle
> .............................................................   61 / 1370 (  4%)
> .............................................................  122 / 1370 (  8%)
> .............................................................  183 / 1370 ( 13%)
> .............................................................  244 / 1370 ( 17%)
> .............................................................  305 / 1370 ( 22%)
> .............................................................  366 / 1370 ( 26%)
> .............................................................  427 / 1370 ( 31%)
> .............................................................  488 / 1370 ( 35%)
> .............................................................  549 / 1370 ( 40%)
> .................................................SS..........  610 / 1370 ( 44%)
> .............................................................  671 / 1370 ( 48%)
> .............................................................  732 / 1370 ( 53%)
> .............................................................  793 / 1370 ( 57%)
> ...............................................SS............  854 / 1370 ( 62%)
> .............................................................  915 / 1370 ( 66%)
> .............................................................  976 / 1370 ( 71%)
> ............................................................. 1037 / 1370 ( 75%)
> ............................................................. 1098 / 1370 ( 80%)
> ............................................................. 1159 / 1370 ( 84%)
> ............................................................. 1220 / 1370 ( 89%)
> ............................................................. 1281 / 1370 ( 93%)
> ............................................................. 1342 / 1370 ( 97%)
> ............................                                  1370 / 1370 (100%)
> 
> Time: 10.32 seconds, Memory: 202.50 MB
> 
> There were 4 skipped tests:
> 
> 1) Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\XmlFrameworkExtensionTest::testAssetsHelperIsRemovedWhenPhpTemplatingEngineIsEnabledAndAssetsAreDisabled
> The assets key cannot be set to false using the XML configuration format.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php:28
> 
> 2) Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\XmlFrameworkExtensionTest::testMessengerMiddlewareFactoryErroneousFormat
> XML configuration will not allow erroneous format.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php:33
> 
> 3) Symfony\Bundle\FrameworkBundle\Tests\Functional\CachePoolsTest::testRedisCachePools
> Extension redis is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:28
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:28
> 
> 4) Symfony\Bundle\FrameworkBundle\Tests\Functional\CachePoolsTest::testRedisCustomCachePools
> Extension redis is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:56
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:56
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1370, Assertions: 3227, Skipped: 4.
> 
> Legacy deprecation notices (159)
> 
> Running src/Symfony/Bundle/SecurityBundle tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bundle/SecurityBundle
> ...............................................................  63 / 245 ( 25%)
> ............................................................... 126 / 245 ( 51%)
> ............................................................... 189 / 245 ( 77%)
> ........................................................        245 / 245 (100%)
> 
> Time: 11.33 seconds, Memory: 72.50 MB
> 
> OK (245 tests, 700 assertions)
> 
> Legacy deprecation notices (3)
> 
> Running src/Symfony/Bundle/TwigBundle tests
> PHPUnit 8.5.8 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.10
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> Testing src/Symfony/Bundle/TwigBundle
> ........................................................          56 / 56 (100%)
> 
> Time: 1.12 seconds, Memory: 32.00 MB
> 
> OK (56 tests, 192 assertions)
> 
> Legacy deprecation notices (19)
> make[1]: *** [debian/rules:79: override_dh_auto_test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/09/26/symfony_4.4.13+dfsg-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-php-pear mailing list