[pkg-php-pear] Bug#1011737: symfony: FTBFS: PHP Warning: rmdir(/myfakevendor): No such file or directory in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 249

Lucas Nussbaum lucas at debian.org
Thu May 26 07:45:43 BST 2022


Source: symfony
Version: 5.4.6+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

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_runtime.php vendor
> 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' \
> 	--exclude 'Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/*' \
> 	Symfony
> phpab %development% - Copyright (C) 2009 - 2022 by Arne Blankerts and Contributors
> 
> Scanning directory Symfony
> 
> Autoload file vendor/autoload.php generated.
> 
> # Actual tests suite
> components=$(find src/Symfony -mindepth 3 -maxdepth 4 -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/Component/Messenger tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger
> SS................................................SSSSS........  63 / 580 ( 10%)
> ............................................................... 126 / 580 ( 21%)
> ............................................................... 189 / 580 ( 32%)
> ..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.....SS............ 252 / 580 ( 43%)
> ............................................................... 315 / 580 ( 54%)
> ............................................................... 378 / 580 ( 65%)
> ............................................................... 441 / 580 ( 76%)
> ............................................................... 504 / 580 ( 86%)
> ............................................................... 567 / 580 ( 97%)
> .........
> 
> Time: 00:01.086, Memory: 34.00 MB
> 
> There were 51 skipped tests:
> 
> 1) Symfony\Component\Messenger\Bridge\AmazonSqs\Tests\Transport\AmazonSqsIntegrationTest::testConnectionSendToFifoQueueAndGet
> The "MESSENGER_SQS_FIFO_QUEUE_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsIntegrationTest.php:27
> 
> 2) Symfony\Component\Messenger\Bridge\AmazonSqs\Tests\Transport\AmazonSqsIntegrationTest::testConnectionSendAndGet
> The "MESSENGER_SQS_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsIntegrationTest.php:36
> 
> 3) Symfony\Component\Messenger\Bridge\Amqp\Tests\Transport\AmqpExtIntegrationTest::testItSendsAndReceivesMessages
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php:45
> 
> 4) Symfony\Component\Messenger\Bridge\Amqp\Tests\Transport\AmqpExtIntegrationTest::testRetryAndDelay
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php:45
> 
> 5) Symfony\Component\Messenger\Bridge\Amqp\Tests\Transport\AmqpExtIntegrationTest::testRetryAffectsOnlyOriginalQueue
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php:45
> 
> 6) Symfony\Component\Messenger\Bridge\Amqp\Tests\Transport\AmqpExtIntegrationTest::testItReceivesSignals
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php:45
> 
> 7) Symfony\Component\Messenger\Bridge\Amqp\Tests\Transport\AmqpExtIntegrationTest::testItCountsMessagesInQueue
> The "MESSENGER_AMQP_DSN" environment variable is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php:45
> 
> 8) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromInvalidDsn
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 9) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsn
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 10) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnOnUnixSocket
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 11) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnWithOptions
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 12) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnWithOptionsAndTrailingSlash
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 13) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnWithTls
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 14) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnWithTlsOption
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 15) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnWithRedissScheme
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 16) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnWithQueryOptions
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 17) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFromDsnWithMixDsnQueryOptions
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 18) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testDeprecationIfInvalidOptionIsPassedWithDsn
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 19) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testRedisClusterInstanceIsSupported
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 20) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testKeepGettingPendingMessages
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 21) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testAuth
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 22) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testAuthFromOptions
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 23) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testAuthFromOptionsAndDsn
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 24) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testNoAuthWithEmptyPassword
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 25) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testAuthZeroPassword
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 26) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testFailedAuth
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 27) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testGetPendingMessageFirst
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 28) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testClaimAbandonedMessageWithRaceCondition
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 29) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testClaimAbandonedMessage
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 30) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testUnexpectedRedisError
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 31) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testMaxEntries
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 32) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testDeleteAfterAck
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 33) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testLegacyOmitDeleteAfterAck
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 34) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testDeleteAfterReject
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 35) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\ConnectionTest::testLastErrorGetsCleared
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 36) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testConnectionSendAndGet
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 37) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testGetTheFirstAvailableMessage
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 38) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testConnectionSendWithSameContent
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 39) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testConnectionSendAndGetDelayed
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 40) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testConnectionSendDelayedMessagesWithSameContent
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 41) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testConnectionBelowRedeliverTimeout
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 42) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testConnectionClaimAndRedeliver
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 43) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testLazyCluster
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 44) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testLazy
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 45) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testDbIndex
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 46) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testFromDsnWithMultipleHosts
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 47) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testJsonError
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 48) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testGetNonBlocking
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 49) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisExtIntegrationTest::testGetAfterReject
> __OFFSET_LINE=20
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 50) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\RedisTransportFactoryTest::testSupportsOnlyRedisTransports
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis >= 4.3.0 is required.
> 
> 51) Symfony\Component\Messenger\Bridge\Redis\Tests\Transport\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: 580, Assertions: 1288, Skipped: 51.
> 
> Legacy deprecation notices (23)
> 
> Running src/Symfony/Component/Notifier tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Notifier
> .....SS..................SS..................S...............   61 / 1197 (  5%)
> ..............................................SS.............  122 / 1197 ( 10%)
> .............................................................  183 / 1197 ( 15%)
> .......SS................S................S..................  244 / 1197 ( 20%)
> ..................S.....................S....................  305 / 1197 ( 25%)
> .............SS..............S....................S..........  366 / 1197 ( 30%)
> ............................SSSSS.....................S......  427 / 1197 ( 35%)
> .........SS..................................................  488 / 1197 ( 40%)
> .............................................................  549 / 1197 ( 45%)
> ............SS...............................................  610 / 1197 ( 50%)
> ........S...............S...............S..................S.  671 / 1197 ( 56%)
> .........................S...................S...............  732 / 1197 ( 61%)
> .................S...........................................  793 / 1197 ( 66%)
> ...................S.........................S...............  854 / 1197 ( 71%)
> .S.....................................S................SS...  915 / 1197 ( 76%)
> .............S....................S................S.........  976 / 1197 ( 81%)
> ...........S..............................................S.. 1037 / 1197 ( 86%)
> ............SS............................................... 1098 / 1197 ( 91%)
> ............................................................. 1159 / 1197 ( 96%)
> ......................................                        1197 / 1197 (100%)
> 
> Time: 00:04.347, Memory: 28.00 MB
> 
> There were 47 skipped tests:
> 
> 1) Symfony\Component\Notifier\Bridge\AllMySms\Tests\AllMySmsTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\AllMySms\Tests\AllMySmsTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 2) Symfony\Component\Notifier\Bridge\AllMySms\Tests\AllMySmsTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\AllMySms\Tests\AllMySmsTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 3) Symfony\Component\Notifier\Bridge\AmazonSns\Tests\AmazonSnsTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\AmazonSns\Tests\AmazonSnsTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 4) Symfony\Component\Notifier\Bridge\AmazonSns\Tests\AmazonSnsTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\AmazonSns\Tests\AmazonSnsTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 5) Symfony\Component\Notifier\Bridge\Clickatell\Tests\ClickatellTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Clickatell\Tests\ClickatellTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 6) Symfony\Component\Notifier\Bridge\Expo\Tests\ExpoTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Expo\Tests\ExpoTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 7) Symfony\Component\Notifier\Bridge\Expo\Tests\ExpoTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Expo\Tests\ExpoTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 8) Symfony\Component\Notifier\Bridge\Firebase\Tests\FirebaseTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Firebase\Tests\FirebaseTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 9) Symfony\Component\Notifier\Bridge\Firebase\Tests\FirebaseTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Firebase\Tests\FirebaseTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 10) Symfony\Component\Notifier\Bridge\FreeMobile\Tests\FreeMobileTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\FreeMobile\Tests\FreeMobileTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 11) Symfony\Component\Notifier\Bridge\GatewayApi\Tests\GatewayApiTransportFactoryTest::testUnsupportedSchemeException
> Test for Symfony\Component\Notifier\Bridge\GatewayApi\Tests\GatewayApiTransportFactoryTest::testUnsupportedSchemeException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 12) Symfony\Component\Notifier\Bridge\GoogleChat\Tests\GoogleChatTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\GoogleChat\Tests\GoogleChatTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 13) Symfony\Component\Notifier\Bridge\Infobip\Tests\InfobipTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Infobip\Tests\InfobipTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 14) Symfony\Component\Notifier\Bridge\LightSms\Tests\LightSmsTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\LightSms\Tests\LightSmsTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 15) Symfony\Component\Notifier\Bridge\LightSms\Tests\LightSmsTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\LightSms\Tests\LightSmsTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 16) Symfony\Component\Notifier\Bridge\LinkedIn\Tests\LinkedInTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\LinkedIn\Tests\LinkedInTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 17) Symfony\Component\Notifier\Bridge\Mailjet\Tests\MailjetTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Mailjet\Tests\MailjetTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 18) Symfony\Component\Notifier\Bridge\Mercure\Tests\MercureTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Mercure\Tests\MercureTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 19) Symfony\Component\Notifier\Bridge\Mercure\Tests\MercureTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Mercure\Tests\MercureTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 20) Symfony\Component\Notifier\Bridge\Mercure\Tests\MercureTransportTest::testCanSetCustomPort
> Mercure transport doesn't use a regular HTTP Dsn
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php:65
> 
> 21) Symfony\Component\Notifier\Bridge\Mercure\Tests\MercureTransportTest::testCanSetCustomHost
> Mercure transport doesn't use a regular HTTP Dsn
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php:70
> 
> 22) Symfony\Component\Notifier\Bridge\Mercure\Tests\MercureTransportTest::testCanSetCustomHostAndPort
> Mercure transport doesn't use a regular HTTP Dsn
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php:75
> 
> 23) Symfony\Component\Notifier\Bridge\MessageBird\Tests\MessageBirdTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\MessageBird\Tests\MessageBirdTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 24) Symfony\Component\Notifier\Bridge\MessageMedia\Tests\MessageMediaTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\MessageMedia\Tests\MessageMediaTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 25) Symfony\Component\Notifier\Bridge\MessageMedia\Tests\MessageMediaTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\MessageMedia\Tests\MessageMediaTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 26) Symfony\Component\Notifier\Bridge\MicrosoftTeams\Tests\MicrosoftTeamsTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\MicrosoftTeams\Tests\MicrosoftTeamsTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 27) Symfony\Component\Notifier\Bridge\MicrosoftTeams\Tests\MicrosoftTeamsTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\MicrosoftTeams\Tests\MicrosoftTeamsTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 28) Symfony\Component\Notifier\Bridge\Mobyt\Tests\MobytTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Mobyt\Tests\MobytTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 29) Symfony\Component\Notifier\Bridge\Nexmo\Tests\NexmoTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Nexmo\Tests\NexmoTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 30) Symfony\Component\Notifier\Bridge\Octopush\Tests\OctopushTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Octopush\Tests\OctopushTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 31) Symfony\Component\Notifier\Bridge\OneSignal\Tests\OneSignalTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\OneSignal\Tests\OneSignalTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 32) Symfony\Component\Notifier\Bridge\OvhCloud\Tests\OvhCloudTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\OvhCloud\Tests\OvhCloudTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 33) Symfony\Component\Notifier\Bridge\RocketChat\Tests\RocketChatTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\RocketChat\Tests\RocketChatTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 34) Symfony\Component\Notifier\Bridge\Sinch\Tests\SinchTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Sinch\Tests\SinchTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 35) Symfony\Component\Notifier\Bridge\Slack\Tests\SlackTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Slack\Tests\SlackTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 36) Symfony\Component\Notifier\Bridge\Sms77\Tests\Sms77TransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Sms77\Tests\Sms77TransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 37) Symfony\Component\Notifier\Bridge\SmsBiuras\Tests\SmsBiurasTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\SmsBiuras\Tests\SmsBiurasTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 38) Symfony\Component\Notifier\Bridge\Smsc\Tests\SmscTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Smsc\Tests\SmscTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 39) Symfony\Component\Notifier\Bridge\SpotHit\Tests\SpotHitTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\SpotHit\Tests\SpotHitTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 40) Symfony\Component\Notifier\Bridge\SpotHit\Tests\SpotHitTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\SpotHit\Tests\SpotHitTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 41) Symfony\Component\Notifier\Bridge\Telegram\Tests\TelegramTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Telegram\Tests\TelegramTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 42) Symfony\Component\Notifier\Bridge\Telnyx\Tests\TelnyxTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Telnyx\Tests\TelnyxTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 43) Symfony\Component\Notifier\Bridge\TurboSms\Tests\TurboSmsTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\TurboSms\Tests\TurboSmsTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 44) Symfony\Component\Notifier\Bridge\Twilio\Tests\TwilioTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Twilio\Tests\TwilioTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 45) Symfony\Component\Notifier\Bridge\Vonage\Tests\VonageTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Vonage\Tests\VonageTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 46) Symfony\Component\Notifier\Bridge\Yunpian\Tests\YunpianTransportFactoryTest::testIncompleteDsnException
> Test for Symfony\Component\Notifier\Bridge\Yunpian\Tests\YunpianTransportFactoryTest::testIncompleteDsnException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> 47) Symfony\Component\Notifier\Bridge\Yunpian\Tests\YunpianTransportFactoryTest::testMissingRequiredOptionException
> Test for Symfony\Component\Notifier\Bridge\Yunpian\Tests\YunpianTransportFactoryTest::testMissingRequiredOptionException skipped by data provider
> PHPUnit\Framework\SkippedTestError: <no message>
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1197, Assertions: 1560, Skipped: 47.
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Component/Lock tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Lock
> .....................................................SSSSSSSSSS  63 / 391 ( 16%)
> SSSSSSSSSSSSSSSSSSSSS.......................................... 126 / 391 ( 32%)
> ...SSSSSSSSSSSSSSSSSSSSSSSSSSS.............S.............SSSSSS 189 / 391 ( 48%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 252 / 391 ( 64%)
> SSSSSSSSSSSSS
> Legacy deprecation notices (1)
> ......
> Legacy deprecation notices (1)
> ............................SSSSSSSSSSSS.... 315 / 391 ( 80%)
> ............................................................
> 
> Time: 00:22.018, Memory: 22.00 MB
> 
> There were 153 skipped tests:
> 
> 1) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSave
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:28
> 
> 2) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSaveWithDifferentResources
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:41
> 
> 3) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSaveWithDifferentKeysOnSameResources
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:65
> 
> 4) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSaveTwice
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:100
> 
> 5) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testDeleteIsolated
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:115
> 
> 6) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testExpiration
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:48
> 
> 7) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testAbortAfterExpiration
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:67
> 
> 8) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testRefreshLock
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:86
> 
> 9) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSetExpiration
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:101
> 
> 10) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testExpiredLockCleaned
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php:117
> 
> 11) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSharedLockReadFirst
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php:32
> 
> 12) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSharedLockWriteFirst
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php:84
> 
> 13) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSharedLockPromote
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php:119
> 
> 14) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSharedLockPromoteAllowed
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php:139
> 
> 15) Symfony\Component\Lock\Tests\Store\CombinedStoreTest::testSharedLockDemote
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php:50
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php:164
> 
> 16) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testInvalidDriver
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 17) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSaveAfterConflict
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 18) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testWaitAndSaveAfterConflictReleasesLockFromInternalStore
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 19) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testWaitAndSaveReadAfterConflictReleasesLockFromInternalStore
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 20) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSave
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 21) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 22) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 23) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSaveTwice
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 24) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testDeleteIsolated
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 25) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testBlockingLocks
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 26) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSharedLockReadFirst
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 27) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSharedLockWriteFirst
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 28) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSharedLockPromote
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 29) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSharedLockPromoteAllowed
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 30) Symfony\Component\Lock\Tests\Store\DoctrineDbalPostgreSqlStoreTest::testSharedLockDemote
> __OFFSET_LINE=26
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 31) Symfony\Component\Lock\Tests\Store\DoctrineDbalStoreTest::testAbortAfterExpiration
> Pdo expects a TTL greater than 1 sec. Simulating a slow network is too hard
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php:66
> 
> 32) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testAbortAfterExpiration
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 33) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testInvalidTtl
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 34) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSave
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 35) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSaveWithDifferentResources
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 36) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSaveWithDifferentKeysOnSameResources
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 37) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSaveTwice
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 38) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testDeleteIsolated
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 39) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testExpiration
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 40) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testRefreshLock
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 41) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testSetExpiration
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 42) Symfony\Component\Lock\Tests\Store\MemcachedStoreTest::testExpiredLockCleaned
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php:33
> 
> 43) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testCreateIndex
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 44) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testConstructionMethods
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 45) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testUriPrecedence
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 46) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testInvalidConstructionMethods
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 47) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testUriCollectionStrip
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 48) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testSave
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 49) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 50) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 51) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testSaveTwice
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 52) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testDeleteIsolated
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 53) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testExpiration
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 54) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testAbortAfterExpiration
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 55) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testRefreshLock
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 56) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testSetExpiration
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 57) Symfony\Component\Lock\Tests\Store\MongoDbStoreTest::testExpiredLockCleaned
> __OFFSET_LINE=25
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php
> Extension mongodb is required.
> 
> 58) 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:68
> 
> 59) 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:61
> 
> 60) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSave
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 61) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 62) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 63) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSaveTwice
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 64) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testDeleteIsolated
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 65) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testBlockingLocks
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 66) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSharedLockReadFirst
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 67) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSharedLockWriteFirst
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 68) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSharedLockPromote
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 69) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSharedLockPromoteAllowed
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 70) Symfony\Component\Lock\Tests\Store\PostgreSqlDbalStoreTest::testSharedLockDemote
> __OFFSET_LINE=21
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 71) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testInvalidDriver
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 72) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSaveAfterConflict
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 73) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testWaitAndSaveAfterConflictReleasesLockFromInternalStore
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 74) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testWaitAndSaveReadAfterConflictReleasesLockFromInternalStore
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 75) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSave
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 76) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 77) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 78) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSaveTwice
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 79) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testDeleteIsolated
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 80) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testBlockingLocks
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 81) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSharedLockReadFirst
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 82) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSharedLockWriteFirst
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 83) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSharedLockPromote
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 84) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSharedLockPromoteAllowed
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 85) Symfony\Component\Lock\Tests\Store\PostgreSqlStoreTest::testSharedLockDemote
> __OFFSET_LINE=23
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension pdo_pgsql is required.
> 
> 86) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testBackwardCompatibility
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 87) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSave
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 88) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSaveWithDifferentResources
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 89) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSaveWithDifferentKeysOnSameResources
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 90) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSaveTwice
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 91) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testDeleteIsolated
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 92) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testExpiration
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 93) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testAbortAfterExpiration
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 94) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testRefreshLock
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 95) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testSetExpiration
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 96) Symfony\Component\Lock\Tests\Store\PredisStoreTest::testExpiredLockCleaned
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php:28
> 
> 97) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testBackwardCompatibility
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 98) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSave
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 99) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 100) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 101) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSaveTwice
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 102) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testDeleteIsolated
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 103) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 104) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testAbortAfterExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 105) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testRefreshLock
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 106) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testSetExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 107) Symfony\Component\Lock\Tests\Store\RedisArrayStoreTest::testExpiredLockCleaned
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 108) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testBackwardCompatibility
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 109) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSave
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 110) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 111) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 112) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSaveTwice
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 113) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testDeleteIsolated
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 114) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 115) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testAbortAfterExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 116) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testRefreshLock
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 117) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testSetExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 118) Symfony\Component\Lock\Tests\Store\RedisClusterStoreTest::testExpiredLockCleaned
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 119) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testInvalidTtl
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 120) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testBackwardCompatibility
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 121) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSave
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 122) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 123) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 124) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSaveTwice
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 125) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testDeleteIsolated
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 126) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testExpiration
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 127) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testAbortAfterExpiration
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 128) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testRefreshLock
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 129) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSetExpiration
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 130) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testExpiredLockCleaned
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 131) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSharedLockReadFirst
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 132) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSharedLockWriteFirst
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 133) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSharedLockPromote
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 134) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSharedLockPromoteAllowed
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 135) Symfony\Component\Lock\Tests\Store\RedisStoreTest::testSharedLockDemote
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 136) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSave
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:33
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:28
> 
> 137) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSaveWithDifferentResources
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:33
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:41
> 
> 138) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSaveWithDifferentKeysOnSameResources
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:33
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:65
> 
> 139) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testSaveTwice
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:33
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:100
> 
> 140) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testDeleteIsolated
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:33
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php:115
> 
> 141) Symfony\Component\Lock\Tests\Store\RetryTillSaveStoreTest::testBlockingLocks
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/RetryTillSaveStoreTest.php:33
> /<<PKGBUILDDIR>>/src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php:58
> 
> 142) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testCreateConnection
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 143) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveSucceedsWhenPathContainsMoreThanOneNode
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 144) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveSucceedsWhenPathContainsOneNode
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 145) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveSucceedsWhenPathsContainSameFirstNode
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 146) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testRootPathIsLockable
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 147) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testEmptyStringIsLockable
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 148) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSave
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 149) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 150) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveWithDifferentKeysOnSameResources
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 151) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testSaveTwice
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 152) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testDeleteIsolated
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> 153) Symfony\Component\Lock\Tests\Store\ZookeeperStoreTest::testUnserializableKey
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension zookeeper is required.
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 391, Assertions: 492, Skipped: 153.
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Component/PropertyAccess tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyAccess
> ...............................................................  63 / 482 ( 13%)
> ............................................................... 126 / 482 ( 26%)
> ............................................................... 189 / 482 ( 39%)
> ............................................................... 252 / 482 ( 52%)
> ............................................................... 315 / 482 ( 65%)
> ............................................................... 378 / 482 ( 78%)
> ............................................................... 441 / 482 ( 91%)
> .........................................                       482 / 482 (100%)
> 
> Time: 00:00.154, Memory: 16.00 MB
> 
> OK (482 tests, 575 assertions)
> 
> Running src/Symfony/Component/Asset tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Asset
> ...............................................................  63 / 106 ( 59%)
> ...........................................                     106 / 106 (100%)
> 
> Time: 00:00.085, Memory: 12.00 MB
> 
> OK (106 tests, 119 assertions)
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Component/Security/Csrf tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Security/Csrf
> ................................................................. 65 / 84 ( 77%)
> ...................                                               84 / 84 (100%)
> 
> Time: 00:00.926, Memory: 12.00 MB
> 
> OK (84 tests, 155 assertions)
> 
> Running src/Symfony/Component/Security/Guard tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Security/Guard
> .....................................                             37 / 37 (100%)
> 
> Time: 00:00.088, Memory: 14.00 MB
> 
> OK (37 tests, 86 assertions)
> 
> Legacy deprecation notices (20)
> 
> Running src/Symfony/Component/Security/Http tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Security/Http
> ...............................................................  63 / 474 ( 13%)
> ............................................................... 126 / 474 ( 26%)
> ............................................................... 189 / 474 ( 39%)
> ............................................................... 252 / 474 ( 53%)
> ............................................................... 315 / 474 ( 66%)
> ............................................................... 378 / 474 ( 79%)
> ............................................................... 441 / 474 ( 93%)
> .................................                               474 / 474 (100%)
> 
> Time: 00:00.347, Memory: 24.00 MB
> 
> OK (474 tests, 981 assertions)
> 
> Legacy deprecation notices (103)
> 
> Running src/Symfony/Component/Security/Core tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Security/Core
> ...............................................................  63 / 584 ( 10%)
> ............................................................... 126 / 584 ( 21%)
> ............................................................... 189 / 584 ( 32%)
> ............................................................... 252 / 584 ( 43%)
> ............................................................... 315 / 584 ( 53%)
> ............................................................... 378 / 584 ( 64%)
> ............................................................... 441 / 584 ( 75%)
> ............................................................... 504 / 584 ( 86%)
> ............................................................... 567 / 584 ( 97%)
> .................                                               584 / 584 (100%)
> 
> Time: 00:08.362, Memory: 20.00 MB
> 
> OK (584 tests, 1013 assertions)
> 
> Legacy deprecation notices (287)
> 
> Running src/Symfony/Component/ExpressionLanguage tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/ExpressionLanguage
> ...............................................................  63 / 251 ( 25%)
> ............................................................... 126 / 251 ( 50%)
> ............................................................... 189 / 251 ( 75%)
> ..............................................................  251 / 251 (100%)
> 
> Time: 00:00.078, Memory: 14.00 MB
> 
> OK (251 tests, 286 assertions)
> 
> Running src/Symfony/Component/HttpClient tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  63 / 667 (  9%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 126 / 667 ( 18%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.........SSSSSSSSSSSSSS 189 / 667 ( 28%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 252 / 667 ( 37%)
> SSSSS.......................................................... 315 / 667 ( 47%)
> ............................................................... 378 / 667 ( 56%)
> ...................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 441 / 667 ( 66%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 504 / 667 ( 75%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 567 / 667 ( 85%)
> SSSSSS......................................................... 630 / 667 ( 94%)
> .....................................                           667 / 667 (100%)
> 
> Time: 00:01.340, Memory: 24.00 MB
> 
> There were 424 skipped tests:
> 
> 1) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 2) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testTimeoutOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 3) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testAcceptHeader
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 4) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 5) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testStreamCopyToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 6) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testToStream404
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 7) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testNonBlockingStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 8) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testResponseStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 9) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testStreamWrapperStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 10) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testStreamWrapperWithClientStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 11) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testHttp2PushVulcain
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 12) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testPause
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 13) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testPauseReplace
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 14) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testPauseDuringBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 15) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testHttp2PushVulcainWithUnusedResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 16) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testDnsFailure
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 17) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testHandleIsRemovedOnException
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 18) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testDebugInfoOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 19) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testFixContentLength
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 20) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testNegativeTimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 21) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testNullBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 22) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 23) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testHeadRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 24) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testNonBufferedGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 25) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testBufferSink
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 26) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testConditionalBuffering
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 27) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testReentrantBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 28) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testThrowingBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 29) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testUnsupportedOption
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 30) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testHttpVersion
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 31) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testChunkedEncoding
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 32) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testClientError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 33) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testIgnoreErrors
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 34) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testDnsError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 35) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testInlineAuth
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 36) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testBadRequestBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 37) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::test304
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 38) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 39) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testInvalidRedirect
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 40) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testRelativeRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 41) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testRedirect307
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 42) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testMaxRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 43) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 44) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testAddToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 45) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testCompleteTypeError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 46) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testOnProgress
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 47) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testPostJson
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 48) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testPostArray
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 49) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testPostResource
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 50) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testPostCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 51) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 52) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testInfoOnCanceledResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 53) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testCancelInStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 54) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testOnProgressCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 55) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testOnProgressError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 56) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 57) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testIdnResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 58) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testNotATimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 59) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testTimeoutOnAccess
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 60) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testTimeoutIsNotAFatalError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 61) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testTimeoutOnStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 62) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testUncheckedTimeoutThrows
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 63) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testTimeoutWithActiveConcurrentStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 64) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 65) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testGetContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 66) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testGetEncodedContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 67) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testNoProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 68) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testAutoEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 69) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testBaseUri
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 70) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testQuery
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 71) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testInformationalResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 72) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testInformationalResponseStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 73) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testUserlandEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 74) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testGzipBroken
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 75) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testMaxDuration
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 76) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testWithOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 77) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testTimeoutOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 78) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRetry404
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 79) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRetry404WithThrow
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 80) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRetryTransportError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 81) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testJsonTransclusion
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 82) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPreflightRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 83) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testProcessingHappensOnce
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 84) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testLastChunkIsYieldOnHttpExceptionAtDestructTime
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 85) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testBufferPurePassthru
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 86) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRetryTimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 87) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRecurciveStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 88) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testInfoPassToDecorator
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 89) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testMultipleYieldInInitializer
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 90) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testConsumingDecoratedClient
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 91) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testInformationalResponseStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 92) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testTimeoutOnInitialize
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 93) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testHttp2PushVulcain
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 94) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testHttp2PushVulcainWithUnusedResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 95) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testAcceptHeader
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 96) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 97) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testStreamCopyToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 98) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testToStream404
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 99) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testNonBlockingStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 100) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testResponseStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 101) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testStreamWrapperStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 102) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testStreamWrapperWithClientStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 103) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPause
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 104) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPauseReplace
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 105) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPauseDuringBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 106) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testDnsFailure
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 107) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testHandleIsRemovedOnException
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 108) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testDebugInfoOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 109) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testFixContentLength
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 110) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testNegativeTimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 111) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testNullBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 112) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 113) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testHeadRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 114) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testNonBufferedGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 115) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testBufferSink
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 116) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testConditionalBuffering
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 117) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testReentrantBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 118) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testThrowingBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 119) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testUnsupportedOption
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 120) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testHttpVersion
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 121) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testChunkedEncoding
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 122) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testClientError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 123) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testIgnoreErrors
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 124) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testDnsError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 125) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testInlineAuth
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 126) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testBadRequestBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 127) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::test304
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 128) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 129) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testInvalidRedirect
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 130) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRelativeRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 131) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testRedirect307
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 132) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testMaxRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 133) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 134) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testAddToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 135) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testCompleteTypeError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 136) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testOnProgress
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 137) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPostJson
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 138) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPostArray
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 139) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPostResource
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 140) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testPostCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 141) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 142) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testInfoOnCanceledResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 143) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testCancelInStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 144) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testOnProgressCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 145) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testOnProgressError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 146) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 147) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testIdnResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 148) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testNotATimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 149) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testTimeoutOnAccess
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 150) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testTimeoutIsNotAFatalError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 151) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testTimeoutOnStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 152) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testUncheckedTimeoutThrows
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 153) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testTimeoutWithActiveConcurrentStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 154) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 155) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testGetContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 156) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testGetEncodedContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 157) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 158) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testNoProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 159) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testAutoEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 160) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testBaseUri
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 161) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testQuery
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 162) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testInformationalResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 163) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testUserlandEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 164) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testGzipBroken
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 165) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testMaxDuration
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 166) Symfony\Component\HttpClient\Tests\AsyncDecoratorTraitTest::testWithOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 167) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testBindToPort
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 168) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testTimeoutIsNotAFatalError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 169) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testHandleIsReinitOnReset
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 170) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testProcessAfterReset
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 171) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testOverridingRefererUsingCurlOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 172) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testOverridingHttpMethodUsingCurlOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 173) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testOverridingInternalAttributesUsingCurlOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 174) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testTimeoutOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 175) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testAcceptHeader
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 176) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 177) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testStreamCopyToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 178) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testToStream404
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 179) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testNonBlockingStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 180) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testResponseStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 181) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testStreamWrapperStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 182) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testStreamWrapperWithClientStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 183) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testHttp2PushVulcain
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 184) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testPause
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 185) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testPauseReplace
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 186) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testPauseDuringBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 187) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testHttp2PushVulcainWithUnusedResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 188) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testDnsFailure
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 189) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testHandleIsRemovedOnException
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 190) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testDebugInfoOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 191) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testFixContentLength
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 192) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testNegativeTimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 193) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testNullBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 194) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 195) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testHeadRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 196) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testNonBufferedGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 197) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testBufferSink
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 198) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testConditionalBuffering
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 199) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testReentrantBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 200) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testThrowingBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 201) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testUnsupportedOption
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 202) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testHttpVersion
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 203) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testChunkedEncoding
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 204) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testClientError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 205) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testIgnoreErrors
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 206) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testDnsError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 207) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testInlineAuth
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 208) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testBadRequestBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 209) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::test304
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 210) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 211) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testInvalidRedirect
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 212) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testRelativeRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 213) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testRedirect307
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 214) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testMaxRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 215) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 216) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testAddToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 217) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testCompleteTypeError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 218) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testOnProgress
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 219) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testPostJson
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 220) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testPostArray
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 221) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testPostResource
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 222) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testPostCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 223) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 224) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testInfoOnCanceledResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 225) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testCancelInStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 226) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testOnProgressCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 227) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testOnProgressError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 228) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 229) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testIdnResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 230) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testNotATimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 231) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testTimeoutOnAccess
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 232) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testTimeoutOnStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 233) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testUncheckedTimeoutThrows
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 234) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testTimeoutWithActiveConcurrentStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 235) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 236) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testGetContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 237) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testGetEncodedContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 238) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 239) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testNoProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 240) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testAutoEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 241) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testBaseUri
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 242) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testQuery
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 243) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testInformationalResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 244) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testInformationalResponseStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 245) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testUserlandEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 246) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testGzipBroken
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 247) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testMaxDuration
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 248) Symfony\Component\HttpClient\Tests\CurlHttpClientTest::testWithOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 249) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMocking with data set "callable" (Closure Object (...), array('POST: https://example.com/foo...yload)', 'POST: https://example.com/bar...yload)'))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 250) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMocking with data set "array of callable" (array(Closure Object (...), Closure Object (...)), array('POST: https://example.com/foo...d) [1]', 'POST: https://example.com/bar...d) [2]'))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 251) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMocking with data set "array of response objects" (array(Symfony\Component\HttpClient\Response\MockResponse Object (...), Symfony\Component\HttpClient\Response\MockResponse Object (...)), array('static response [1]', 'static response [2]'))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 252) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMocking with data set "iterator" (ArrayIterator Object (...), array('static response [1]', 'static response [2]'))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 253) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMocking with data set "null" (null, array('', ''))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 254) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testValidResponseFactory with data set #0 (Closure Object (...))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 255) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testValidResponseFactory with data set #1 (Symfony\Component\HttpClient\Response\MockResponse Object (...))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 256) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testValidResponseFactory with data set #2 (array(Symfony\Component\HttpClient\Response\MockResponse Object (...)))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 257) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testValidResponseFactory with data set #3 (ArrayIterator Object (...))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 258) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testValidResponseFactory with data set #4 (null)
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 259) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testValidResponseFactory with data set #5 (Generator Object ())
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 260) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTransportExceptionThrowsIfPerformedMoreRequestsThanConfigured with data set "array of callable" (array(Closure Object (...), Closure Object (...)))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 261) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTransportExceptionThrowsIfPerformedMoreRequestsThanConfigured with data set "array of response objects" (array(Symfony\Component\HttpClient\Response\MockResponse Object (...), Symfony\Component\HttpClient\Response\MockResponse Object (...)))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 262) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTransportExceptionThrowsIfPerformedMoreRequestsThanConfigured with data set "iterator" (ArrayIterator Object (...))
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 263) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInvalidResponseFactory with data set #0 (Closure Object (...), 'The response factory passed t...given.')
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 264) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInvalidResponseFactory with data set #1 (Closure Object (...), 'The response factory passed t...given.')
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 265) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInvalidResponseFactory with data set #2 (Generator Object (), 'The response factory passed t...given.')
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 266) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testZeroStatusCode
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 267) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testFixContentLength
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 268) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testThrowExceptionInBodyGenerator
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 269) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMergeDefaultOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 270) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testHttp2PushVulcain
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 271) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testHttp2PushVulcainWithUnusedResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 272) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testChangeResponseFactory
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 273) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testStringableBodyParam
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 274) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testResetsRequestCount
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 275) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTimeoutOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 276) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testAcceptHeader
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 277) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 278) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testStreamCopyToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 279) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testToStream404
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 280) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNonBlockingStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 281) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testResponseStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 282) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testStreamWrapperStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 283) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testStreamWrapperWithClientStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 284) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPause
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 285) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPauseReplace
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 286) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPauseDuringBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 287) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testDnsFailure
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 288) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testHandleIsRemovedOnException
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 289) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testDebugInfoOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 290) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNegativeTimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 291) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNullBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 292) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 293) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testHeadRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 294) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNonBufferedGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 295) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testBufferSink
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 296) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testConditionalBuffering
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 297) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testReentrantBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 298) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testThrowingBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 299) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testUnsupportedOption
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 300) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testHttpVersion
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 301) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testChunkedEncoding
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 302) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testClientError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 303) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testIgnoreErrors
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 304) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testDnsError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 305) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInlineAuth
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 306) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testBadRequestBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 307) Symfony\Component\HttpClient\Tests\MockHttpClientTest::test304
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 308) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 309) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInvalidRedirect
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 310) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testRelativeRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 311) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testRedirect307
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 312) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMaxRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 313) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 314) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testAddToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 315) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testCompleteTypeError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 316) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testOnProgress
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 317) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostJson
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 318) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostArray
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 319) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostResource
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 320) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testPostCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 321) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 322) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInfoOnCanceledResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 323) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testCancelInStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 324) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testOnProgressCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 325) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testOnProgressError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 326) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 327) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testIdnResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 328) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNotATimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 329) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTimeoutOnAccess
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 330) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTimeoutIsNotAFatalError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 331) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTimeoutOnStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 332) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testUncheckedTimeoutThrows
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 333) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testTimeoutWithActiveConcurrentStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 334) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 335) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testGetContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 336) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testGetEncodedContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 337) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 338) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testNoProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 339) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testAutoEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 340) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testBaseUri
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 341) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testQuery
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 342) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInformationalResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 343) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testInformationalResponseStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 344) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testUserlandEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 345) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testGzipBroken
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 346) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testMaxDuration
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 347) Symfony\Component\HttpClient\Tests\MockHttpClientTest::testWithOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 348) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInformationalResponseStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 349) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutOnInitialize
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 350) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 351) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testHttp2PushVulcain
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 352) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testHttp2PushVulcainWithUnusedResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 353) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testAcceptHeader
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 354) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 355) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testStreamCopyToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 356) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testToStream404
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 357) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNonBlockingStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 358) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testResponseStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 359) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testStreamWrapperStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 360) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testStreamWrapperWithClientStreamRewind
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 361) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPause
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 362) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPauseReplace
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 363) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPauseDuringBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 364) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testDnsFailure
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 365) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testHandleIsRemovedOnException
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 366) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testDebugInfoOnDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 367) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testFixContentLength
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 368) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNegativeTimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 369) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNullBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 370) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 371) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testHeadRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 372) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNonBufferedGetRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 373) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testBufferSink
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 374) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testConditionalBuffering
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 375) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testReentrantBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 376) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testThrowingBufferCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 377) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testUnsupportedOption
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 378) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testHttpVersion
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 379) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testChunkedEncoding
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 380) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testClientError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 381) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testIgnoreErrors
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 382) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testDnsError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 383) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInlineAuth
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 384) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testBadRequestBody
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 385) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::test304
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 386) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 387) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInvalidRedirect
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 388) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testRelativeRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 389) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testRedirect307
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 390) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testMaxRedirects
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 391) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 392) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testAddToStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 393) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testCompleteTypeError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 394) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testOnProgress
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 395) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostJson
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 396) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostArray
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 397) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostResource
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 398) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testPostCallback
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 399) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 400) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInfoOnCanceledResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 401) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testCancelInStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 402) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testOnProgressCancel
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 403) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testOnProgressError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 404) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 405) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testIdnResolve
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 406) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNotATimeout
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 407) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutOnAccess
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 408) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutIsNotAFatalError
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 409) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutOnStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 410) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testUncheckedTimeoutThrows
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 411) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testTimeoutWithActiveConcurrentStream
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 412) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 413) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testGetContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 414) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testGetEncodedContentAfterDestruct
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 415) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 416) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testNoProxy
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 417) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testAutoEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 418) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testBaseUri
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 419) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testQuery
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 420) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testInformationalResponse
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 421) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testUserlandEncodingRequest
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 422) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testGzipBroken
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 423) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testMaxDuration
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> 424) Symfony\Component\HttpClient\Tests\NativeHttpClientTest::testWithOptions
> amphp/http-client is not (yet) packaged in Debian
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:37
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 667, Assertions: 488, Skipped: 424.
> 
> Running src/Symfony/Component/WebLink tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/WebLink
> .................                                                 17 / 17 (100%)
> 
> Time: 00:00.030, Memory: 12.00 MB
> 
> OK (17 tests, 27 assertions)
> 
> Running src/Symfony/Component/Workflow tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Workflow
> ...............................................................  63 / 111 ( 56%)
> ................................................                111 / 111 (100%)
> 
> Time: 00:00.109, Memory: 14.00 MB
> 
> OK (111 tests, 301 assertions)
> 
> Running src/Symfony/Component/HttpKernel tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/HttpKernel
> ...............................................................  63 / 882 (  7%)
> ............................................................... 126 / 882 ( 14%)
> ............................................................... 189 / 882 ( 21%)
> ............................................................... 252 / 882 ( 28%)
> ............................................................... 315 / 882 ( 35%)
> ............................................................... 378 / 882 ( 42%)
> ............................................................... 441 / 882 ( 50%)
> ............................................................... 504 / 882 ( 57%)
> ............................................................... 567 / 882 ( 64%)
> ............................................................... 630 / 882 ( 71%)
> ............................................................... 693 / 882 ( 78%)
> ............................................................... 756 / 882 ( 85%)
> ............................................................... 819 / 882 ( 92%)
> ............................................................... 882 / 882 (100%)
> 
> 
> Time: 00:02.368, Memory: 34.00 MB
> 
> OK (882 tests, 2169 assertions)
> 
> Legacy deprecation notices (11)
> 
> Running src/Symfony/Component/Ldap tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap
> .SS......SSSSSSSS..........................                       43 / 43 (100%)
> 
> Time: 00:00.074, 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:15
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php:126
> 
> 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:15
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php:207
> 
> 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:15
> /<<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:15
> /<<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:15
> /<<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:15
> /<<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:15
> /<<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:15
> /<<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:15
> /<<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:15
> /<<PKGBUILDDIR>>/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php:34
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 43, Assertions: 78, Skipped: 10.
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Component/ErrorHandler tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler
> ...S.............................S...................S.........  63 / 110 ( 57%)
> ............S......................SSS........S                 110 / 110 (100%)
> 
> Time: 00:00.618, Memory: 16.00 MB
> 
> There were 8 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:88
> 
> 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:154
> 
> 3) Symfony\Component\ErrorHandler\Tests\ErrorHandlerTest::testHandleUserError
> PHP 7.4 allows __toString to throw exceptions
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php:346
> 
> 4) Symfony\Component\ErrorHandler\Tests\ErrorHandlerTest::testAssertQuietEval
> zend.assertions is forcibly disabled
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php:665
> 
> 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:248
> 
> 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:314
> 
> 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:329
> 
> 8) /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/phpt/fatal_with_nested_handlers_pre81.phpt
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/ErrorHandler/Tests/phpt/fatal_with_nested_handlers_pre81.phpt:1
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 110, Assertions: 318, Skipped: 8.
> 
> Running src/Symfony/Component/Yaml tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Yaml
> ...............................................................  63 / 703 (  8%)
> ............................................................... 126 / 703 ( 17%)
> ............................................................... 189 / 703 ( 26%)
> ............................................................... 252 / 703 ( 35%)
> ............................................................... 315 / 703 ( 44%)
> ............................................................... 378 / 703 ( 53%)
> ............................................................... 441 / 703 ( 62%)
> ............................................................... 504 / 703 ( 71%)
> ............................................................... 567 / 703 ( 80%)
> ............................................................... 630 / 703 ( 89%)
> ............................................................... 693 / 703 ( 98%)
> ..........                                                      703 / 703 (100%)
> 
> Time: 00:00.303, Memory: 24.00 MB
> 
> OK (703 tests, 1020 assertions)
> 
> Running src/Symfony/Component/EventDispatcher tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/EventDispatcher
> ...............................................................  63 / 121 ( 52%)
> ..........................................................      121 / 121 (100%)
> 
> Time: 00:00.084, Memory: 14.00 MB
> 
> OK (121 tests, 250 assertions)
> 
> Running src/Symfony/Component/OptionsResolver tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/OptionsResolver
> ...............................................................  63 / 242 ( 26%)
> ............................................................... 126 / 242 ( 52%)
> ............................................................... 189 / 242 ( 78%)
> .....................................................           242 / 242 (100%)
> 
> Time: 00:00.054, Memory: 12.00 MB
> 
> OK (242 tests, 366 assertions)
> 
> Legacy deprecation notices (4)
> 
> Running src/Symfony/Component/Semaphore tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore
> ................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..                50 / 50 (100%)
> 
> Time: 00:00.038, Memory: 12.00 MB
> 
> There were 32 skipped tests:
> 
> 1) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testSaveExistAndDelete
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 2) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testSaveWithDifferentResources
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 3) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testSaveWithDifferentKeysOnSameResource
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 4) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testSaveWithLimitAt2
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 5) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testSaveWithWeightAndLimitAt3
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 6) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testPutOffExpiration
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 7) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testPutOffExpirationWhenSaveHasNotBeenCalled
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 8) Symfony\Component\Semaphore\Tests\Store\PredisStoreTest::testSaveTwice
> Failed to parse address "localhost:" [tcp://localhost:]
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php:27
> 
> 9) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testSaveExistAndDelete
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 10) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 11) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testSaveWithDifferentKeysOnSameResource
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 12) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testSaveWithLimitAt2
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 13) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testSaveWithWeightAndLimitAt3
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 14) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testPutOffExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 15) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testPutOffExpirationWhenSaveHasNotBeenCalled
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 16) Symfony\Component\Semaphore\Tests\Store\RedisArrayStoreTest::testSaveTwice
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php
> Extension redis is required.
> 
> 17) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testSaveExistAndDelete
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 18) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 19) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testSaveWithDifferentKeysOnSameResource
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 20) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testSaveWithLimitAt2
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 21) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testSaveWithWeightAndLimitAt3
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 22) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testPutOffExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 23) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testPutOffExpirationWhenSaveHasNotBeenCalled
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 24) Symfony\Component\Semaphore\Tests\Store\RedisClusterStoreTest::testSaveTwice
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php
> Extension redis is required.
> 
> 25) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testSaveExistAndDelete
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 26) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testSaveWithDifferentResources
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 27) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testSaveWithDifferentKeysOnSameResource
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 28) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testSaveWithLimitAt2
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 29) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testSaveWithWeightAndLimitAt3
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 30) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testPutOffExpiration
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 31) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testPutOffExpirationWhenSaveHasNotBeenCalled
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> 32) Symfony\Component\Semaphore\Tests\Store\RedisStoreTest::testSaveTwice
> __OFFSET_LINE=19
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php
> Extension redis is required.
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 50, Assertions: 41, Skipped: 32.
> 
> Running src/Symfony/Component/Uid tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Uid
> ...............................................................  63 / 125 ( 50%)
> ..............................................................  125 / 125 (100%)
> 
> Time: 00:00.376, Memory: 14.00 MB
> 
> OK (125 tests, 272 assertions)
> 
> Running src/Symfony/Component/BrowserKit tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/BrowserKit
> ...............................................................  63 / 225 ( 28%)
> ............................................................... 126 / 225 ( 56%)
> ............................................................... 189 / 225 ( 84%)
> ....................................                            225 / 225 (100%)
> 
> Time: 00:00.495, Memory: 16.00 MB
> 
> OK (225 tests, 550 assertions)
> 
> Running src/Symfony/Component/Filesystem tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Filesystem
> ...........................S...................................  63 / 793 (  7%)
> ............................................................... 126 / 793 ( 15%)
> .............S.................S............................... 189 / 793 ( 23%)
> ............................................................... 252 / 793 ( 31%)
> ............................................................... 315 / 793 ( 39%)
> ............................................................... 378 / 793 ( 47%)
> ............................................................... 441 / 793 ( 55%)
> ............................................................... 504 / 793 ( 63%)
> ............................................................... 567 / 793 ( 71%)
> ............................................................... 630 / 793 ( 79%)
> ............................................................... 693 / 793 ( 87%)
> ............................................................... 756 / 793 ( 95%)
> .....................................                           793 / 793 (100%)
> 
> Time: 00:00.168, Memory: 14.00 MB
> 
> There were 3 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:402
> 
> 2) Symfony\Component\Filesystem\Tests\FilesystemTest::testTempnamWithPharSchemeFails
> This test cannot run when phar.readonly is 1.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php:1510
> 
> 3) Symfony\Component\Filesystem\Tests\FilesystemTest::testDumpToProtectedDirectory
> This test is specific to Windows.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php:1772
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 793, Assertions: 928, Skipped: 3.
> 
> Running src/Symfony/Component/DependencyInjection tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection
> .............................................................   61 / 1236 (  4%)
> .........................S...................................  122 / 1236 (  9%)
> .............................................................  183 / 1236 ( 14%)
> .............................................................  244 / 1236 ( 19%)
> .............................................................  305 / 1236 ( 24%)
> .............................................................  366 / 1236 ( 29%)
> .............................................................  427 / 1236 ( 34%)
> .............................................................  488 / 1236 ( 39%)
> .............................................................  549 / 1236 ( 44%)
> .............................................................  610 / 1236 ( 49%)
> .............................................................  671 / 1236 ( 54%)
> .............................................................  732 / 1236 ( 59%)
> .............................................................  793 / 1236 ( 64%)
> .............................................................  854 / 1236 ( 69%)
> .............................................................  915 / 1236 ( 74%)
> .............................................................  976 / 1236 ( 78%)
> .........................S..S...S.SSSSS...................... 1037 / 1236 ( 83%)
> ............................................................. 1098 / 1236 ( 88%)
> ............................................................. 1159 / 1236 ( 93%)
> ............................................................. 1220 / 1236 ( 98%)
> ................                                              1236 / 1236 (100%)
> 
> Time: 00:01.274, Memory: 34.00 MB
> 
> There were 9 skipped tests:
> 
> 1) Symfony\Component\DependencyInjection\Tests\Compiler\AutowirePassTest::testOptionalScalarNotReallyOptionalUsesDefaultValue
> PHP < 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:589
> /<<PKGBUILDDIR>>/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:589
> 
> 2) 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:54
> 
> 3) 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:54
> 
> 4) 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:54
> 
> 5) 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:54
> 
> 6) 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:54
> 
> 7) 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:54
> 
> 8) 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:54
> 
> 9) 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:54
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1236, Assertions: 2675, Skipped: 9.
> 
> Legacy deprecation notices (11)
> 
> Running src/Symfony/Component/Mailer tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Mailer
> ...............................................................  63 / 356 ( 17%)
> ............................................................... 126 / 356 ( 35%)
> ............................................................... 189 / 356 ( 53%)
> ............................................................... 252 / 356 ( 70%)
> ...........................................SSS...SS............ 315 / 356 ( 88%)
> S...............SS.......................                       356 / 356 (100%)
> 
> Time: 00:01.266, Memory: 20.00 MB
> 
> There were 8 skipped tests:
> 
> 1) Symfony\Component\Mailer\Tests\Transport\NativeTransportFactoryTest::testCreateSendmailWithNoHostOrNoPort with data set #0 ('native://default', '', '', '')
> This test only run on Windows.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Mailer/Tests/Transport/NativeTransportFactoryTest.php:73
> 
> 2) Symfony\Component\Mailer\Tests\Transport\NativeTransportFactoryTest::testCreateSendmailWithNoHostOrNoPort with data set #1 ('native://default', '', 'localhost', '')
> This test only run on Windows.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Mailer/Tests/Transport/NativeTransportFactoryTest.php:73
> 
> 3) Symfony\Component\Mailer\Tests\Transport\NativeTransportFactoryTest::testCreateSendmailWithNoHostOrNoPort with data set #2 ('native://default', '', '', '25')
> This test only run on Windows.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Mailer/Tests/Transport/NativeTransportFactoryTest.php:73
> 
> 4) 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>
> 
> 5) 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>
> 
> 6) 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>
> 
> 7) 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>
> 
> 8) 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: 356, Assertions: 724, Skipped: 8.
> 
> Legacy deprecation notices (2)
> 
> Running src/Symfony/Component/Stopwatch tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Stopwatch
> .................................................                 49 / 49 (100%)
> 
> Time: 00:00.032, Memory: 10.00 MB
> 
> OK (49 tests, 80 assertions)
> 
> Running src/Symfony/Component/Runtime tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Runtime
> ................                                                  16 / 16 (100%)
> 
> Time: 00:01.436, Memory: 10.00 MB
> 
> OK (16 tests, 16 assertions)
> 
> Running src/Symfony/Component/DomCrawler tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/DomCrawler
> ...............................................................  63 / 530 ( 11%)
> ............................................................... 126 / 530 ( 23%)
> ............................................................... 189 / 530 ( 35%)
> ............................................................... 252 / 530 ( 47%)
> ............................................................... 315 / 530 ( 59%)
> ............................................................... 378 / 530 ( 71%)
> ............................................................... 441 / 530 ( 83%)
> ............................................................... 504 / 530 ( 95%)
> ..........................                                      530 / 530 (100%)
> 
> Time: 00:00.248, Memory: 16.00 MB
> 
> OK (530 tests, 1012 assertions)
> 
> Running src/Symfony/Component/Config tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Config
> ...............................................................  63 / 462 ( 13%)
> ............................................................... 126 / 462 ( 27%)
> ............................................................... 189 / 462 ( 40%)
> ............................................................... 252 / 462 ( 54%)
> ............................................................... 315 / 462 ( 68%)
> ............................................................... 378 / 462 ( 81%)
> ............................................................... 441 / 462 ( 95%)
> .....................                                           462 / 462 (100%)
> 
> Time: 00:01.724, Memory: 20.00 MB
> 
> OK (462 tests, 723 assertions)
> 
> Running src/Symfony/Component/Mime tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Mime
> ...............................................................  63 / 305 ( 20%)
> ...............................................S............... 126 / 305 ( 41%)
> ............................................................... 189 / 305 ( 61%)
> ............................................................... 252 / 305 ( 82%)
> .....................................................           305 / 305 (100%)
> 
> Time: 00:00.429, Memory: 22.00 MB
> 
> There was 1 skipped test:
> 
> 1) Symfony\Component\Mime\Tests\FileBinaryMimeTypeGuesserTest::testGuessWithDuplicatedFileType
> Result varies depending on the OS
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Mime/Tests/FileBinaryMimeTypeGuesserTest.php:26
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 305, Assertions: 1476, Skipped: 1.
> 
> Legacy deprecation notices (21)
> 
> Running src/Symfony/Component/CssSelector tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/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: 00:00.184, Memory: 14.00 MB
> 
> OK (503 tests, 1026 assertions)
> 
> Running src/Symfony/Component/VarExporter tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/VarExporter
> .................................................                 49 / 49 (100%)
> 
> Time: 00:00.045, Memory: 12.00 MB
> 
> OK (49 tests, 195 assertions)
> 
> Running src/Symfony/Component/PasswordHasher tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/PasswordHasher
> ...............................................................  63 / 104 ( 60%)
> .........................................                       104 / 104 (100%)
> 
> Time: 00:12.487, Memory: 14.00 MB
> 
> OK (104 tests, 167 assertions)
> 
> Legacy deprecation notices (3)
> 
> Running src/Symfony/Component/Validator tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Validator
> .............................................................   61 / 4176 (  1%)
> .............................................................  122 / 4176 (  2%)
> .............................................................  183 / 4176 (  4%)
> .............................................................  244 / 4176 (  5%)
> .............................................................  305 / 4176 (  7%)
> .............................................................  366 / 4176 (  8%)
> .............................................................  427 / 4176 ( 10%)
> .............................................................  488 / 4176 ( 11%)
> .............................................................  549 / 4176 ( 13%)
> .............................................................  610 / 4176 ( 14%)
> .............................................................  671 / 4176 ( 16%)
> .............................................................  732 / 4176 ( 17%)
> .............................................................  793 / 4176 ( 18%)
> .............................................................  854 / 4176 ( 20%)
> .............................................................  915 / 4176 ( 21%)
> .............................................................  976 / 4176 ( 23%)
> ............................................................. 1037 / 4176 ( 24%)
> ............................................................. 1098 / 4176 ( 26%)
> ............................................................. 1159 / 4176 ( 27%)
> ................................................S............ 1220 / 4176 ( 29%)
> ............................................................. 1281 / 4176 ( 30%)
> ............................................................. 1342 / 4176 ( 32%)
> ............................................................. 1403 / 4176 ( 33%)
> ............................................................. 1464 / 4176 ( 35%)
> ............................................................. 1525 / 4176 ( 36%)
> ............................................................. 1586 / 4176 ( 37%)
> ......SSSSSSSSS.............................................. 1647 / 4176 ( 39%)
> .......SSSSSSSSS............................................. 1708 / 4176 ( 40%)
> ............................................................. 1769 / 4176 ( 42%)
> ............................................................. 1830 / 4176 ( 43%)
> ............................................................. 1891 / 4176 ( 45%)
> ............................................................. 1952 / 4176 ( 46%)
> ............................................................. 2013 / 4176 ( 48%)
> ............................................................. 2074 / 4176 ( 49%)
> ............................................................. 2135 / 4176 ( 51%)
> ............................................................. 2196 / 4176 ( 52%)
> ............................................................. 2257 / 4176 ( 54%)
> ............................................................. 2318 / 4176 ( 55%)
> ............................................................. 2379 / 4176 ( 56%)
> ............................................................. 2440 / 4176 ( 58%)
> ............................................................. 2501 / 4176 ( 59%)
> ............................................................. 2562 / 4176 ( 61%)
> ............................................................. 2623 / 4176 ( 62%)
> ............................................................. 2684 / 4176 ( 64%)
> .SSSSSSSSSSS................................................S 2745 / 4176 ( 65%)
> SSSSSSSSS.................................................... 2806 / 4176 ( 67%)
> ............................................................. 2867 / 4176 ( 68%)
> ............................................................. 2928 / 4176 ( 70%)
> ............................................................. 2989 / 4176 ( 71%)
> ............................................................. 3050 / 4176 ( 73%)
> ............................................................. 3111 / 4176 ( 74%)
> ............................................................. 3172 / 4176 ( 75%)
> ............................................................. 3233 / 4176 ( 77%)
> ............................................................. 3294 / 4176 ( 78%)
> ............................................................. 3355 / 4176 ( 80%)
> ..........S.................................................. 3416 / 4176 ( 81%)
> ............................................................. 3477 / 4176 ( 83%)
> ............................................................. 3538 / 4176 ( 84%)
> ............................................................. 3599 / 4176 ( 86%)
> ............................................................. 3660 / 4176 ( 87%)
> ............................................................. 3721 / 4176 ( 89%)
> ............................................................. 3782 / 4176 ( 90%)
> ............................................................. 3843 / 4176 ( 92%)
> .................S........................................... 3904 / 4176 ( 93%)
> ............................................................. 3965 / 4176 ( 94%)
> ............................................................. 4026 / 4176 ( 96%)
> ............................................................. 4087 / 4176 ( 97%)
> ............................................................. 4148 / 4176 ( 99%)
> ............................                                  4176 / 4176 (100%)
> 
> Time: 00:02.268, Memory: 58.00 MB
> 
> There were 42 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:80
> 
> 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:80
> 
> 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:87
> 
> 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:92
> 
> 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:100
> 
> 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:100
> 
> 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:108
> 
> 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:108
> 
> 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:113
> 
> 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:78
> 
> 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:78
> 
> 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:85
> 
> 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:90
> 
> 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:95
> 
> 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:103
> 
> 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:111
> 
> 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:111
> 
> 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:116
> 
> 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:78
> 
> 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:78
> 
> 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:85
> 
> 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:90
> 
> 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:95
> 
> 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:103
> 
> 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:103
> 
> 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:111
> 
> 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:111
> 
> 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:119
> 
> 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:124
> 
> 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:78
> 
> 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:78
> 
> 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:85
> 
> 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:90
> 
> 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:95
> 
> 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:103
> 
> 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:111
> 
> 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:111
> 
> 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:119
> 
> 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:124
> 
> 41) Symfony\Component\Validator\Tests\Constraints\TimezoneValidatorTest::testIntlCompatibility
> "Europe/Saratov" is expired until 2017, current version is 0
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Constraints/TimezoneValidatorTest.php:339
> 
> 42) Symfony\Component\Validator\Tests\Mapping\ClassMetadataTest::testCascadeConstraintIsNotAvailable
> PHP < 7.4 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php:340
> /<<PKGBUILDDIR>>/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php:340
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 4176, Assertions: 7254, Skipped: 42.
> 
> Legacy deprecation notices (5)
> 
> Running src/Symfony/Component/Templating tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Templating
> .........................................                         41 / 41 (100%)
> 
> Time: 00:00.048, Memory: 12.00 MB
> 
> OK (41 tests, 108 assertions)
> 
> Running src/Symfony/Component/Dotenv tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Dotenv
> ...............................................................  63 / 126 ( 50%)
> ............................................................... 126 / 126 (100%)
> 
> 
> Time: 00:00.292, Memory: 14.00 MB
> 
> OK (126 tests, 231 assertions)
> 
> Running src/Symfony/Component/Intl tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Intl
> .............................................................   61 / 1399 (  4%)
> .............................................................  122 / 1399 (  8%)
> .............................................................  183 / 1399 ( 13%)
> .............................................................  244 / 1399 ( 17%)
> .............................................................  305 / 1399 ( 21%)
> .............................................................  366 / 1399 ( 26%)
> .............................................................  427 / 1399 ( 30%)
> .............................................................  488 / 1399 ( 34%)
> .............................................................  549 / 1399 ( 39%)
> ....................................F....F...................  610 / 1399 ( 43%)
> .............................................................  671 / 1399 ( 47%)
> .............................................................  732 / 1399 ( 52%)
> .............................................................  793 / 1399 ( 56%)
> .............................................................  854 / 1399 ( 61%)
> .............................................................  915 / 1399 ( 65%)
> .............................................................  976 / 1399 ( 69%)
> ............................................................. 1037 / 1399 ( 74%)
> ............................................................. 1098 / 1399 ( 78%)
> ..........S.S................................................ 1159 / 1399 ( 82%)
> ............................................................. 1220 / 1399 ( 87%)
> ............................................................. 1281 / 1399 ( 91%)
> ................S.S.......................................... 1342 / 1399 ( 95%)
> .........................................................     1399 / 1399 (100%)
> 
> Time: 00:01.392, Memory: 56.00 MB
> 
> There were 2 failures:
> 
> 1) Symfony\Component\Intl\Tests\DateFormatter\Verification\IntlDateFormatterTest::testFormat with data set #35 ('QQQQQ', 0, '1st quarter')
> Failed asserting that two strings are identical.
> --- Expected
> +++ Actual
> @@ @@
> -'1st quarter'
> +'1'
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php:90
> 
> 2) Symfony\Component\Intl\Tests\DateFormatter\Verification\IntlDateFormatterTest::testFormat with data set #40 ('qqqqq', 0, '1st quarter')
> Failed asserting that two strings are identical.
> --- Expected
> +++ Actual
> @@ @@
> -'1st quarter'
> +'1'
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php:90
> 
> --
> 
> 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:745
> 
> 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:778
> 
> 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:745
> 
> 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:778
> 
> FAILURES!
> Tests: 1399, Assertions: 5450, Failures: 2, Skipped: 4.
> 
> Legacy deprecation notices (2539)
> KO src/Symfony/Component/Intl
> 
> Running src/Symfony/Component/Cache tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Cache
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS   61 / 5402 (  1%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  122 / 5402 (  2%)
> SSSSSSSSSSSSSSS.....S...S................S...S.....SSSSSSSSSS  183 / 5402 (  3%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  244 / 5402 (  4%)
> SSSSSSSSSSSSSS...............................................  305 / 5402 (  5%)
> .....SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  366 / 5402 (  6%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSS..............SSSSSSSSSSSSSSSSSS  427 / 5402 (  7%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  488 / 5402 (  9%)
> SSSSSSSSSSSSSSSSSSSSSSSSS.....SSS...............S...S.....SSS  549 / 5402 ( 10%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  610 / 5402 ( 11%)
> SSSSSSSSSSSSSSSSSSSSS........................................  671 / 5402 ( 12%)
> ..............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  732 / 5402 ( 13%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......................  793 / 5402 ( 14%)
> ........................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  854 / 5402 ( 15%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.............  915 / 5402 ( 16%)
> ..................................SSSSSSSSSSSSSSSSSSSSSSSSSSS  976 / 5402 ( 18%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS... 1037 / 5402 ( 19%)
> .....................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1098 / 5402 ( 20%)
> SSSSSSSSSSSSSSSSSSSS.......S................S...S.....SSSSSSS 1159 / 5402 ( 21%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1220 / 5402 ( 22%)
> SSSSSSSSSSSSSSSSS............................................ 1281 / 5402 ( 23%)
> .................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1342 / 5402 ( 24%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.................... 1403 / 5402 ( 25%)
> ..................................SSSSSSSSSSSSSSSSSSSSSSSSSSS 1464 / 5402 ( 27%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS... 1525 / 5402 ( 28%)
> .............SS.SS.S...SS.....SSSS.SSSSSSSSSS.SSSSSSSSSSSSSSS 1586 / 5402 ( 29%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1647 / 5402 ( 30%)
> SSSSSSSSS.........SSS........S..........................SSSSS 1708 / 5402 ( 31%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1769 / 5402 ( 32%)
> SSSSSSSSSSSSSSSSSSS.................SS....................... 1830 / 5402 ( 33%)
> .....SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1891 / 5402 ( 35%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSS.................S.............. 1952 / 5402 ( 36%)
> ...............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2013 / 5402 ( 37%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..............SSSSSSSS 2074 / 5402 ( 38%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2135 / 5402 ( 39%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2196 / 5402 ( 40%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2257 / 5402 ( 41%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2318 / 5402 ( 42%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2379 / 5402 ( 44%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2440 / 5402 ( 45%)
> SSSSSSSSSSSSSS.......S................S...S.....SSSSSSSSSSSSS 2501 / 5402 ( 46%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2562 / 5402 ( 47%)
> SSSSSSSSSSS.....................SS.........................SS 2623 / 5402 ( 48%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2684 / 5402 ( 49%)
> SSSSSSSSSSSSSSSSSSSSSS..............SSSSSSSSSSSSSSSSSSSSSSSSS 2745 / 5402 ( 50%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2806 / 5402 ( 51%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2867 / 5402 ( 53%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2928 / 5402 ( 54%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2989 / 5402 ( 55%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3050 / 5402 ( 56%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3111 / 5402 ( 57%)
> SSSSSSSSSSSSSSS........................................SSSSSS 3172 / 5402 ( 58%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3233 / 5402 ( 59%)
> SSSSSSSSSSSSSSSSSS........................................S.. 3294 / 5402 ( 60%)
> ........................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3355 / 5402 ( 62%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS............. 3416 / 5402 ( 63%)
> ..................S..........................SSSSSSSSSSSSSSSS 3477 / 5402 ( 64%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3538 / 5402 ( 65%)
> SSSSSSSS..................................................... 3599 / 5402 ( 66%)
> .................................................SSSSSSSSSSSS 3660 / 5402 ( 67%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3721 / 5402 ( 68%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS...... 3782 / 5402 ( 70%)
> ............................................................. 3843 / 5402 ( 71%)
> .SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3904 / 5402 ( 72%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 3965 / 5402 ( 73%)
> SSSSSSS..................................................
> 
> Time: 00:11.199, Memory: 64.00 MB
> 
> There were 2928 skipped tests:
> 
> 1) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testUnserializable
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 2) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testVersion
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 3) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testNamespace
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 4) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testWithCliSapi
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 5) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testCacheItemValueRunsThroughMarshaller
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 6) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGet
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 7) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testRecursiveGet
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 8) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetMetadata
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 9) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDefaultLifeTime
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 10) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiration
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 11) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testNotUnserializable
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 12) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testPrune
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 13) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testClearPrefix
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 14) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 15) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testNullByteInKey
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 16) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testBasicUsage
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 17) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testBasicUsageWithLongKey
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 18) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testItemModifiersReturnsStatic
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 19) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItem
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 20) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItems
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 21) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsEmpty
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 22) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItem
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 23) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testClear
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 24) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testClearWithDeferredItems
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 25) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItem
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 26) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItems
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 27) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSave
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 28) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveExpired
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 29) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveWithoutExpire
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 30) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeferredSave
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 31) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeferredExpired
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 32) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteDeferredItem
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 33) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeferredSaveWithoutCommit
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 34) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testCommit
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 35) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiresAt
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 36) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiresAtWithNull
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 37) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testExpiresAfterWithNull
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 38) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testKeyLength
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 39) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 40) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 41) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 42) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 43) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 44) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 45) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 46) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 47) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 48) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 49) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 50) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 51) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 52) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 53) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 54) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 55) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 56) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 57) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 58) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 59) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 60) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 61) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 62) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 63) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 64) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 65) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 66) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 67) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 68) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 69) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 70) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 71) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 72) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 73) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 74) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 75) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 76) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 77) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 78) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 79) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 80) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 81) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 82) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 83) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 84) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 85) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 86) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 87) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 88) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 89) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 90) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 91) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 92) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 93) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 94) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 95) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 96) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 97) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 98) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 99) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 100) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 101) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 102) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 103) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 104) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 105) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 106) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 107) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 108) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 109) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 110) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 111) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 112) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 113) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 114) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 115) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 116) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 117) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 118) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 119) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 120) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 121) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 122) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 123) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 124) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeString
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 125) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeInteger
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 126) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeNull
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 127) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeFloat
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 128) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeBoolean
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 129) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeArray
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 130) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testDataTypeObject
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 131) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testBinaryData
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 132) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testIsHit
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 133) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testIsHitDeferred
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 134) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveDeferredWhenChangingValues
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 135) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSaveDeferredOverwrite
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 136) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testSavingObject
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 137) Symfony\Component\Cache\Tests\Adapter\ApcuAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> APCu extension is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php:30
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:40
> 
> 138) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetMetadata
> ArrayAdapter does not keep metadata.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:114
> 
> 139) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testPrune
> Not a pruneable cache pool.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 140) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:368
> 
> 141) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:450
> 
> 142) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 143) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 144) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 145) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 146) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 147) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 148) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 149) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 150) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 151) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 152) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 153) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 154) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 155) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 156) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 157) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 158) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 159) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 160) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 161) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 162) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 163) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 164) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 165) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 166) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 167) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 168) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 169) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 170) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 171) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 172) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 173) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 174) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 175) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 176) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 177) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 178) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 179) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 180) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 181) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 182) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 183) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 184) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 185) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 186) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 187) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 188) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 189) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 190) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 191) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 192) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 193) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 194) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 195) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 196) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 197) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 198) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 199) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 200) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 201) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 202) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 203) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 204) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 205) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 206) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 207) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 208) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 209) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 210) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 211) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 212) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 213) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 214) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 215) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 216) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 217) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 218) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 219) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 220) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 221) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 222) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 223) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 224) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 225) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 226) Symfony\Component\Cache\Tests\Adapter\ArrayAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 227) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 228) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 229) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 230) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 231) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 232) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 233) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 234) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 235) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 236) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 237) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 238) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 239) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 240) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 241) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 242) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 243) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 244) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 245) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 246) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 247) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 248) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 249) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 250) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 251) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 252) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 253) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 254) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 255) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 256) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 257) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 258) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 259) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 260) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 261) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 262) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 263) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 264) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 265) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 266) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 267) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 268) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 269) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 270) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 271) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 272) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 273) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 274) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 275) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 276) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 277) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 278) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 279) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 280) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 281) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 282) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 283) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 284) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 285) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 286) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 287) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 288) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 289) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 290) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 291) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 292) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 293) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 294) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 295) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 296) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 297) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 298) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 299) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 300) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 301) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 302) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 303) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 304) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 305) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 306) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 307) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 308) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 309) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 310) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 311) Symfony\Component\Cache\Tests\Adapter\ChainAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 312) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testGet
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 313) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testRecursiveGet
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 314) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testGetMetadata
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 315) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDefaultLifeTime
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 316) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testExpiration
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 317) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testNotUnserializable
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 318) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testPrune
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 319) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testClearPrefix
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 320) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 321) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testNullByteInKey
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 322) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testBasicUsage
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 323) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testBasicUsageWithLongKey
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 324) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testItemModifiersReturnsStatic
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 325) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testGetItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 326) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testGetItems
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 327) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testGetItemsEmpty
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 328) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testHasItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 329) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testClear
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 330) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testClearWithDeferredItems
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 331) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeleteItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 332) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeleteItems
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 333) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testSave
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 334) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testSaveExpired
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 335) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testSaveWithoutExpire
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 336) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeferredSave
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 337) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeferredExpired
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 338) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeleteDeferredItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 339) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeferredSaveWithoutCommit
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 340) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testCommit
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 341) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testExpiresAt
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 342) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testExpiresAtWithNull
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 343) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testExpiresAfterWithNull
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 344) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testKeyLength
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 345) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testGetItemInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 346) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testGetItemsInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 347) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testHasItemInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 348) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeleteItemInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 349) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDeleteItemsInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 350) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDataTypeString
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 351) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDataTypeInteger
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 352) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDataTypeNull
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 353) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDataTypeFloat
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 354) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDataTypeBoolean
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 355) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDataTypeArray
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 356) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testDataTypeObject
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 357) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testBinaryData
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 358) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testIsHit
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 359) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testIsHitDeferred
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 360) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testSaveDeferredWhenChangingValues
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 361) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testSaveDeferredOverwrite
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 362) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testSavingObject
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 363) Symfony\Component\Cache\Tests\Adapter\CouchbaseBucketAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php
> Extension couchbase >= 2.6.0 is required.
> 
> 364) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testGet
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 365) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testRecursiveGet
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 366) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testGetMetadata
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 367) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDefaultLifeTime
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 368) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testExpiration
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 369) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testNotUnserializable
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 370) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testPrune
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 371) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testClearPrefix
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 372) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 373) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testNullByteInKey
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 374) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testBasicUsage
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 375) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testBasicUsageWithLongKey
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 376) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testItemModifiersReturnsStatic
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 377) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testGetItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 378) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testGetItems
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 379) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testGetItemsEmpty
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 380) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testHasItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 381) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testClear
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 382) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testClearWithDeferredItems
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 383) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeleteItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 384) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeleteItems
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 385) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testSave
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 386) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testSaveExpired
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 387) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testSaveWithoutExpire
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 388) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeferredSave
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 389) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeferredExpired
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 390) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeleteDeferredItem
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 391) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeferredSaveWithoutCommit
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 392) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testCommit
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 393) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testExpiresAt
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 394) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testExpiresAtWithNull
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 395) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testExpiresAfterWithNull
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 396) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testKeyLength
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 397) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testGetItemInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 398) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testGetItemsInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 399) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testHasItemInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 400) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeleteItemInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 401) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDeleteItemsInvalidKeys
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 402) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDataTypeString
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 403) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDataTypeInteger
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 404) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDataTypeNull
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 405) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDataTypeFloat
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 406) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDataTypeBoolean
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 407) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDataTypeArray
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 408) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testDataTypeObject
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 409) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testBinaryData
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 410) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testIsHit
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 411) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testIsHitDeferred
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 412) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testSaveDeferredWhenChangingValues
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 413) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testSaveDeferredOverwrite
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 414) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testSavingObject
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 415) Symfony\Component\Cache\Tests\Adapter\CouchbaseCollectionAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> __OFFSET_LINE=21
> __OFFSET_FILE=/<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php
> Extension couchbase >= 3.0.0 is required.
> 
> 416) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testNotUnserializable
> ArrayCache does not use serialize/unserialize
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:180
> 
> 417) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testPrune
> Not a pruneable cache pool.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 418) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testClearPrefix
> Doctrine cannot clear by prefix
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:269
> 
> 419) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayCache is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:368
> 
> 420) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayCache is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:450
> 
> 421) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 422) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 423) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 424) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 425) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 426) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 427) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 428) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 429) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 430) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 431) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 432) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 433) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 434) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 435) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 436) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 437) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 438) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 439) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 440) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 441) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 442) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 443) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 444) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 445) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 446) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 447) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 448) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 449) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 450) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 451) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 452) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 453) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 454) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 455) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 456) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 457) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 458) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 459) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 460) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 461) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 462) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 463) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 464) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 465) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 466) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 467) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 468) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 469) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 470) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 471) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 472) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 473) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 474) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 475) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 476) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 477) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 478) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 479) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 480) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 481) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 482) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 483) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 484) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 485) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 486) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 487) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 488) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 489) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 490) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 491) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 492) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 493) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 494) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 495) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 496) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 497) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 498) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 499) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 500) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 501) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 502) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 503) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 504) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 505) Symfony\Component\Cache\Tests\Adapter\DoctrineAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 506) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 507) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 508) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 509) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 510) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 511) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 512) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 513) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 514) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 515) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 516) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 517) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 518) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 519) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 520) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 521) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 522) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 523) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 524) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 525) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 526) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 527) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 528) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 529) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 530) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 531) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 532) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 533) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 534) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 535) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 536) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 537) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 538) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 539) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 540) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 541) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 542) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 543) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 544) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 545) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 546) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 547) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 548) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 549) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 550) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 551) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 552) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 553) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 554) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 555) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 556) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 557) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 558) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 559) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 560) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 561) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 562) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 563) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 564) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 565) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 566) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 567) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 568) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 569) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 570) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 571) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 572) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 573) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 574) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 575) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 576) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 577) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 578) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 579) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 580) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 581) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 582) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 583) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 584) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 585) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 586) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 587) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 588) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 589) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 590) Symfony\Component\Cache\Tests\Adapter\DoctrineDbalAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 591) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 592) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 593) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 594) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 595) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 596) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 597) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 598) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 599) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 600) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 601) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 602) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 603) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 604) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 605) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 606) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 607) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 608) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 609) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 610) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 611) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 612) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 613) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 614) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 615) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 616) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 617) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 618) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 619) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 620) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 621) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 622) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 623) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 624) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 625) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 626) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 627) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 628) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 629) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 630) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 631) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 632) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 633) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 634) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 635) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 636) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 637) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 638) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 639) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 640) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 641) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 642) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 643) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 644) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 645) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 646) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 647) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 648) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 649) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 650) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 651) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 652) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 653) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 654) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 655) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 656) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 657) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 658) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 659) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 660) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 661) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 662) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 663) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 664) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 665) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 666) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 667) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 668) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 669) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 670) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 671) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 672) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 673) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 674) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 675) Symfony\Component\Cache\Tests\Adapter\FilesystemAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 676) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 677) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 678) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 679) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 680) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 681) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 682) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 683) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 684) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 685) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 686) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 687) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 688) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 689) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 690) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 691) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 692) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 693) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 694) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 695) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 696) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 697) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 698) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 699) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 700) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 701) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 702) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 703) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 704) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 705) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 706) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 707) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 708) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 709) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 710) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 711) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 712) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 713) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 714) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 715) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 716) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 717) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 718) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 719) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 720) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 721) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 722) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 723) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 724) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 725) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 726) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 727) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 728) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 729) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 730) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 731) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 732) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 733) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 734) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 735) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 736) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 737) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 738) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 739) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 740) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 741) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 742) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 743) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 744) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 745) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 746) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 747) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 748) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 749) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 750) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 751) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 752) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 753) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 754) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 755) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 756) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 757) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 758) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 759) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 760) Symfony\Component\Cache\Tests\Adapter\FilesystemTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 761) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testOptions
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 762) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testBadOptions
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 763) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDefaultOptions
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 764) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testOptionSerializer
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 765) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testServersSetting
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 766) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDsnWithOptions
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 767) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testClear
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 768) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testMultiServerDsn
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 769) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testKeyEncoding
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 770) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGet
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 771) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testRecursiveGet
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 772) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetMetadata
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 773) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDefaultLifeTime
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 774) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiration
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 775) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testNotUnserializable
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 776) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testPrune
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 777) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testClearPrefix
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 778) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 779) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testNullByteInKey
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 780) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testBasicUsage
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 781) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testBasicUsageWithLongKey
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 782) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testItemModifiersReturnsStatic
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 783) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItem
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 784) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItems
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 785) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItemsEmpty
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 786) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testHasItem
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 787) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testClearWithDeferredItems
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 788) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItem
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 789) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItems
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 790) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSave
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 791) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveExpired
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 792) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveWithoutExpire
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 793) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeferredSave
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 794) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeferredExpired
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 795) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteDeferredItem
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 796) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeferredSaveWithoutCommit
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 797) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testCommit
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 798) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiresAt
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 799) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiresAtWithNull
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 800) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testExpiresAfterWithNull
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 801) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testKeyLength
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 802) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItemInvalidKeys
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 803) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testGetItemsInvalidKeys
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 804) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testHasItemInvalidKeys
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 805) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItemInvalidKeys
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 806) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDeleteItemsInvalidKeys
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 807) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeString
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 808) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeInteger
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 809) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeNull
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 810) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeFloat
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 811) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeBoolean
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 812) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeArray
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 813) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testDataTypeObject
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 814) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testBinaryData
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 815) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testIsHit
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 816) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testIsHitDeferred
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 817) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveDeferredWhenChangingValues
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 818) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSaveDeferredOverwrite
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 819) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testSavingObject
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 820) Symfony\Component\Cache\Tests\Adapter\MemcachedAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension memcached > 3.1.5 required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php:36
> 
> 821) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testPrune
> ProxyAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 822) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:368
> 
> 823) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:450
> 
> 824) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 825) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 826) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 827) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 828) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 829) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 830) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 831) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 832) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 833) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 834) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 835) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 836) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 837) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 838) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 839) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 840) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 841) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 842) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 843) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 844) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 845) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 846) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 847) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 848) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 849) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 850) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 851) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 852) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 853) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 854) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 855) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 856) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 857) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 858) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 859) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 860) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 861) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 862) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 863) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 864) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 865) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 866) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 867) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 868) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 869) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 870) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 871) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 872) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 873) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 874) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 875) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 876) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 877) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 878) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 879) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 880) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 881) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 882) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 883) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 884) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 885) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 886) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 887) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 888) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 889) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 890) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 891) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 892) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 893) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 894) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 895) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 896) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 897) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 898) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 899) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 900) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 901) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 902) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 903) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 904) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 905) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 906) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 907) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 908) Symfony\Component\Cache\Tests\Adapter\NamespacedProxyAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 909) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 910) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 911) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 912) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 913) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 914) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 915) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 916) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 917) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 918) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 919) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 920) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 921) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 922) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 923) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 924) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 925) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 926) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 927) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 928) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 929) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 930) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 931) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 932) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 933) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 934) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 935) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 936) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 937) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 938) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 939) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 940) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 941) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 942) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 943) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 944) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 945) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 946) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 947) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 948) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 949) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 950) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 951) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 952) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 953) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 954) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 955) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 956) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 957) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 958) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 959) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 960) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 961) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 962) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 963) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 964) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 965) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 966) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 967) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 968) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 969) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 970) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 971) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 972) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 973) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 974) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 975) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 976) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 977) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 978) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 979) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 980) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 981) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 982) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 983) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 984) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 985) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 986) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 987) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 988) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 989) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 990) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 991) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 992) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 993) Symfony\Component\Cache\Tests\Adapter\PdoAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 994) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 995) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 996) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 997) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 998) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 999) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1000) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1001) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1002) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1003) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1004) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1005) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1006) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1007) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1008) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1009) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1010) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1011) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1012) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1013) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1014) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1015) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1016) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1017) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1018) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1019) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1020) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1021) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1022) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1023) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1024) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1025) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1026) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1027) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1028) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1029) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1030) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1031) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1032) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1033) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1034) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1035) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1036) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1037) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1038) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1039) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1040) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1041) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1042) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1043) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1044) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1045) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1046) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1047) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1048) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1049) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1050) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1051) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1052) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1053) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1054) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1055) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1056) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1057) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1058) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1059) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1060) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1061) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1062) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1063) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1064) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1065) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1066) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1067) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1068) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1069) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1070) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1071) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1072) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1073) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1074) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1075) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1076) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1077) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1078) Symfony\Component\Cache\Tests\Adapter\PdoDbalAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1079) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGet
> PhpArrayAdapter is read-only.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:46
> 
> 1080) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testRecursiveGet
> PhpArrayAdapter is read-only.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:94
> 
> 1081) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDefaultLifeTime
> PhpArrayAdapter does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:139
> 
> 1082) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiration
> PhpArrayAdapter does not support expiration.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:160
> 
> 1083) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testPrune
> PhpArrayAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 1084) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testBasicUsage
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:84
> 
> 1085) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testBasicUsageWithLongKey
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:117
> 
> 1086) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testClear
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:259
> 
> 1087) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testClearWithDeferredItems
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:276
> 
> 1088) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItem
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:292
> 
> 1089) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItems
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:309
> 
> 1090) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveExpired
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:352
> 
> 1091) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveWithoutExpire
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:368
> 
> 1092) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeferredSave
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:386
> 
> 1093) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeferredExpired
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:413
> 
> 1094) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteDeferredItem
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:430
> 
> 1095) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeferredSaveWithoutCommit
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:450
> 
> 1096) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testCommit
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:473
> 
> 1097) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiresAt
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:511
> 
> 1098) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiresAtWithNull
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:526
> 
> 1099) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testExpiresAfterWithNull
> PhpArrayAdapter does not support expiration.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:541
> 
> 1100) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1101) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1102) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1103) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1104) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1105) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1106) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1107) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1108) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1109) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1110) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1111) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1112) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1113) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1114) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1115) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1116) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1117) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1118) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1119) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1120) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1121) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1122) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1123) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1124) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1125) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1126) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1127) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1128) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1129) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1130) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1131) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1132) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1133) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1134) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1135) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1136) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1137) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1138) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1139) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1140) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1141) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1142) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1143) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1144) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1145) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1146) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1147) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1148) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1149) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1150) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1151) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1152) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1153) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1154) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1155) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1156) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1157) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1158) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1159) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1160) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1161) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1162) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1163) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1164) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1165) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1166) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1167) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1168) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1169) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1170) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1171) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1172) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1173) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1174) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1175) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1176) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1177) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1178) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1179) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1180) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1181) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1182) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1183) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1184) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1185) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testIsHitDeferred
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:783
> 
> 1186) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveDeferredWhenChangingValues
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:802
> 
> 1187) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterTest::testSaveDeferredOverwrite
> PhpArrayAdapter is read-only.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:823
> 
> 1188) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testPrune
> PhpArrayAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 1189) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1190) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1191) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1192) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1193) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1194) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1195) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1196) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1197) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1198) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1199) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1200) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1201) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1202) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1203) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1204) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1205) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1206) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1207) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1208) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1209) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1210) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1211) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1212) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1213) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1214) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1215) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1216) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1217) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1218) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1219) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1220) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1221) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1222) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1223) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1224) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1225) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1226) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1227) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1228) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1229) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1230) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1231) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1232) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1233) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1234) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1235) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1236) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1237) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1238) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1239) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1240) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1241) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1242) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1243) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1244) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1245) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1246) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1247) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1248) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1249) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1250) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1251) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1252) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1253) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1254) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1255) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1256) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1257) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1258) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1259) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1260) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1261) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1262) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1263) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1264) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1265) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1266) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1267) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1268) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1269) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1270) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1271) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1272) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1273) Symfony\Component\Cache\Tests\Adapter\PhpArrayAdapterWithFallbackTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1274) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDefaultLifeTime
> PhpFilesAdapter does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:139
> 
> 1275) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testExpiration
> PhpFilesAdapter in append-only mode does not expiration.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:160
> 
> 1276) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1277) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1278) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1279) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1280) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1281) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1282) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1283) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1284) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1285) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1286) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1287) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1288) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1289) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1290) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1291) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1292) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1293) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1294) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1295) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1296) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1297) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1298) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1299) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1300) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1301) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1302) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1303) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1304) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1305) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1306) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1307) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1308) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1309) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1310) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1311) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1312) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1313) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1314) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1315) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1316) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1317) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1318) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1319) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1320) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1321) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1322) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1323) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1324) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1325) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1326) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1327) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1328) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1329) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1330) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1331) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1332) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1333) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1334) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1335) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1336) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1337) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1338) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1339) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1340) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1341) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1342) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1343) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1344) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1345) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1346) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1347) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1348) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1349) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1350) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1351) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1352) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1353) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1354) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1355) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1356) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1357) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1358) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1359) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1360) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterAppendOnlyTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1361) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDefaultLifeTime
> PhpFilesAdapter does not allow configuring a default lifetime.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:139
> 
> 1362) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1363) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1364) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1365) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1366) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1367) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1368) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1369) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1370) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1371) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1372) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1373) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1374) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1375) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1376) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1377) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1378) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1379) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1380) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1381) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1382) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1383) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1384) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1385) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1386) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1387) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1388) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1389) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1390) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1391) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1392) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1393) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1394) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1395) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1396) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1397) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1398) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1399) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1400) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1401) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1402) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1403) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1404) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1405) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1406) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1407) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1408) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1409) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1410) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1411) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1412) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1413) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1414) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1415) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1416) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1417) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1418) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1419) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1420) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1421) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1422) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1423) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1424) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1425) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1426) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1427) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1428) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1429) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1430) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1431) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1432) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1433) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1434) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1435) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1436) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1437) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1438) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1439) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1440) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1441) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1442) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1443) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1444) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1445) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1446) Symfony\Component\Cache\Tests\Adapter\PhpFilesAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1447) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testClearWithPrefix
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1448) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testGet
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1449) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testRecursiveGet
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1450) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testGetMetadata
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1451) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDefaultLifeTime
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1452) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testExpiration
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1453) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testNotUnserializable
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1454) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testPrune
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1455) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testClearPrefix
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1456) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testWeirdDataMatchingMetadataWrappedValues
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1457) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testNullByteInKey
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1458) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testBasicUsage
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1459) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testBasicUsageWithLongKey
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1460) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testItemModifiersReturnsStatic
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1461) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testGetItem
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1462) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testGetItems
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1463) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testGetItemsEmpty
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1464) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testHasItem
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1465) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testClear
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1466) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testClearWithDeferredItems
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1467) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeleteItem
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1468) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeleteItems
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1469) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testSave
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1470) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testSaveExpired
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1471) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testSaveWithoutExpire
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1472) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeferredSave
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1473) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeferredExpired
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1474) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeleteDeferredItem
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1475) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeferredSaveWithoutCommit
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1476) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testCommit
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1477) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testExpiresAt
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1478) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testExpiresAtWithNull
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1479) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testExpiresAfterWithNull
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1480) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testKeyLength
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1481) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testGetItemInvalidKeys
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1482) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testGetItemsInvalidKeys
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1483) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testHasItemInvalidKeys
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1484) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeleteItemInvalidKeys
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1485) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDeleteItemsInvalidKeys
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1486) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDataTypeString
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1487) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDataTypeInteger
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1488) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDataTypeNull
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1489) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDataTypeFloat
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1490) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDataTypeBoolean
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1491) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDataTypeArray
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1492) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testDataTypeObject
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1493) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testBinaryData
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1494) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testIsHit
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1495) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testIsHitDeferred
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1496) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testSaveDeferredWhenChangingValues
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1497) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testSaveDeferredOverwrite
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1498) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testSavingObject
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1499) Symfony\Component\Cache\Tests\Adapter\PredisAdapterSentinelTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> REDIS_SENTINEL_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php:28
> 
> 1500) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1501) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1502) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1503) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1504) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1505) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1506) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1507) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1508) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1509) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1510) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1511) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1512) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1513) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1514) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1515) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1516) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1517) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1518) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1519) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1520) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1521) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1522) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1523) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1524) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1525) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1526) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1527) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1528) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1529) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1530) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1531) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1532) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1533) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1534) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1535) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1536) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1537) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1538) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1539) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1540) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1541) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1542) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1543) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1544) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1545) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1546) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1547) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1548) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1549) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1550) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1551) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1552) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1553) Symfony\Component\Cache\Tests\Adapter\PredisAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1554) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1555) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1556) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1557) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1558) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1559) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1560) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1561) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1562) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1563) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1564) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1565) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1566) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1567) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1568) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1569) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1570) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1571) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1572) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1573) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1574) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1575) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1576) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1577) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1578) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1579) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1580) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1581) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1582) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1583) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1584) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1585) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1586) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1587) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1588) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1589) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1590) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1591) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1592) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1593) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1594) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1595) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1596) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1597) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1598) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1599) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1600) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1601) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1602) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1603) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1604) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1605) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1606) Symfony\Component\Cache\Tests\Adapter\PredisClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1607) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testClearWithPrefix
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1608) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGet
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1609) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testRecursiveGet
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1610) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetMetadata
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1611) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDefaultLifeTime
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1612) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiration
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1613) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testNotUnserializable
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1614) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testPrune
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1615) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testClearPrefix
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1616) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1617) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testNullByteInKey
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1618) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testBasicUsage
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1619) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testBasicUsageWithLongKey
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1620) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testItemModifiersReturnsStatic
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1621) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItem
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1622) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItems
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1623) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItemsEmpty
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1624) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testHasItem
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1625) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testClear
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1626) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testClearWithDeferredItems
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1627) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItem
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1628) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItems
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1629) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSave
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1630) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveExpired
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1631) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveWithoutExpire
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1632) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeferredSave
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1633) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeferredExpired
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1634) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteDeferredItem
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1635) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeferredSaveWithoutCommit
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1636) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testCommit
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1637) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiresAt
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1638) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiresAtWithNull
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1639) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testExpiresAfterWithNull
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1640) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testKeyLength
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1641) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItemInvalidKeys
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1642) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testGetItemsInvalidKeys
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1643) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testHasItemInvalidKeys
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1644) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItemInvalidKeys
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1645) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDeleteItemsInvalidKeys
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1646) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeString
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1647) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeInteger
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1648) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeNull
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1649) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeFloat
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1650) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeBoolean
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1651) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeArray
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1652) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testDataTypeObject
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1653) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testBinaryData
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1654) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testIsHit
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1655) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testIsHitDeferred
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1656) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveDeferredWhenChangingValues
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1657) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSaveDeferredOverwrite
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1658) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testSavingObject
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1659) Symfony\Component\Cache\Tests\Adapter\PredisRedisClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> REDIS_CLUSTER_HOSTS env var is not defined.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php:25
> 
> 1660) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1661) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1662) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1663) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1664) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1665) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1666) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1667) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1668) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1669) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1670) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1671) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1672) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1673) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1674) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1675) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1676) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1677) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1678) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1679) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1680) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1681) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1682) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1683) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1684) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1685) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1686) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1687) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1688) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1689) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1690) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1691) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1692) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1693) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1694) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1695) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1696) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1697) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1698) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1699) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1700) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1701) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1702) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1703) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1704) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1705) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1706) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1707) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1708) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1709) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1710) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1711) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1712) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1713) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1714) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testInvalidTag
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1715) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testInvalidateTags
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1716) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testInvalidateCommits
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1717) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testTagsAreCleanedOnSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1718) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testTagsAreCleanedOnDelete
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1719) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testTagItemExpiry
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1720) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareAdapterTest::testRefreshAfterExpires
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php:24
> 
> 1721) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1722) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1723) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1724) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1725) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1726) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1727) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1728) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1729) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1730) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1731) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1732) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1733) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1734) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1735) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1736) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1737) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1738) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1739) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1740) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1741) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1742) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1743) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1744) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1745) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1746) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1747) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1748) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1749) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1750) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1751) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1752) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1753) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1754) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1755) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1756) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1757) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1758) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1759) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1760) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1761) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1762) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1763) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1764) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1765) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1766) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1767) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1768) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1769) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1770) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1771) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1772) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1773) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1774) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testInvalidTag
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1775) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testInvalidateTags
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1776) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testInvalidateCommits
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1777) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testTagsAreCleanedOnSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1778) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testTagsAreCleanedOnDelete
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1779) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testTagItemExpiry
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1780) Symfony\Component\Cache\Tests\Adapter\PredisTagAwareClusterAdapterTest::testRefreshAfterExpires
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php:21
> 
> 1781) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testSaveItemPermanently
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1782) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1783) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1784) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1785) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1786) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1787) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1788) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1789) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1790) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1791) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1792) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1793) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1794) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1795) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1796) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1797) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1798) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1799) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1800) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1801) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1802) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1803) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1804) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1805) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1806) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1807) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1808) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1809) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1810) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1811) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1812) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1813) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1814) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1815) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1816) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1817) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1818) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1819) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1820) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1821) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1822) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1823) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1824) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1825) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1826) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1827) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1828) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1829) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1830) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1831) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1832) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1833) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1834) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterAndRedisAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php:31
> 
> 1835) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testPrune
> ProxyAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 1836) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testSaveWithoutExpire
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:368
> 
> 1837) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeferredSaveWithoutCommit
> Assumes a shared cache which ArrayAdapter is not.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:450
> 
> 1838) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1839) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1840) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1841) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1842) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1843) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1844) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1845) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1846) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1847) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1848) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1849) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1850) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1851) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1852) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1853) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1854) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1855) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1856) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1857) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1858) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1859) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1860) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1861) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1862) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1863) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1864) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1865) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1866) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1867) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1868) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1869) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1870) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1871) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1872) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1873) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1874) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1875) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1876) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1877) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1878) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1879) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1880) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1881) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1882) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1883) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1884) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1885) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1886) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1887) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1888) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1889) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1890) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1891) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1892) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1893) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1894) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1895) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1896) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1897) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1898) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1899) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1900) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1901) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1902) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1903) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1904) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1905) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1906) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1907) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1908) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1909) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1910) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1911) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1912) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1913) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1914) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1915) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1916) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1917) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1918) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1919) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1920) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1921) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1922) Symfony\Component\Cache\Tests\Adapter\ProxyAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1923) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testPrune
> Psr16adapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 1924) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testClearPrefix
> SimpleCache cannot clear by prefix
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:269
> 
> 1925) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1926) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1927) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1928) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1929) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1930) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1931) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1932) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1933) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1934) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1935) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1936) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1937) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1938) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1939) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1940) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1941) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 1942) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1943) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1944) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1945) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1946) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1947) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1948) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1949) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1950) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1951) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1952) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1953) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1954) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1955) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1956) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1957) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1958) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 1959) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1960) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1961) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1962) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1963) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1964) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1965) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1966) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1967) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1968) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1969) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1970) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1971) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1972) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1973) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1974) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1975) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 1976) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1977) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1978) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1979) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1980) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1981) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1982) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1983) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1984) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1985) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1986) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1987) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1988) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1989) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1990) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1991) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1992) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 1993) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1994) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1995) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1996) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1997) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1998) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 1999) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2000) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2001) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2002) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2003) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2004) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2005) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2006) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2007) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2008) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2009) Symfony\Component\Cache\Tests\Adapter\Psr16AdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2010) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testInvalidDSNHasBothClusterAndSentinel
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2011) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExceptionMessageWhenFailingToRetrieveMasterInformation
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2012) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testClearWithPrefix
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2013) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGet
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2014) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testRecursiveGet
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2015) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetMetadata
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2016) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDefaultLifeTime
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2017) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiration
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2018) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testNotUnserializable
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2019) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testPrune
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2020) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testClearPrefix
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2021) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testWeirdDataMatchingMetadataWrappedValues
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2022) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testNullByteInKey
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2023) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testBasicUsage
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2024) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testBasicUsageWithLongKey
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2025) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testItemModifiersReturnsStatic
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2026) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItem
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2027) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItems
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2028) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItemsEmpty
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2029) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testHasItem
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2030) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testClear
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2031) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testClearWithDeferredItems
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2032) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItem
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2033) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItems
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2034) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSave
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2035) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveExpired
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2036) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveWithoutExpire
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2037) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeferredSave
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2038) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeferredExpired
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2039) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteDeferredItem
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2040) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeferredSaveWithoutCommit
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2041) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testCommit
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2042) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiresAt
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2043) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiresAtWithNull
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2044) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testExpiresAfterWithNull
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2045) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testKeyLength
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2046) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItemInvalidKeys
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2047) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testGetItemsInvalidKeys
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2048) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testHasItemInvalidKeys
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2049) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItemInvalidKeys
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2050) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDeleteItemsInvalidKeys
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2051) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeString
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2052) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeInteger
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2053) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeNull
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2054) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeFloat
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2055) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeBoolean
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2056) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeArray
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2057) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testDataTypeObject
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2058) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testBinaryData
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2059) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testIsHit
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2060) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testIsHitDeferred
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2061) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveDeferredWhenChangingValues
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2062) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSaveDeferredOverwrite
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2063) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testSavingObject
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2064) Symfony\Component\Cache\Tests\Adapter\RedisAdapterSentinelTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> The RedisSentinel class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php:27
> 
> 2065) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testCreateHostConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2066) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testCreateSocketConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2067) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testCreateTlsConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2068) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testFailedCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2069) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testInvalidCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2070) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2071) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2072) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2073) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2074) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2075) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2076) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2077) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2078) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2079) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2080) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2081) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2082) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2083) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2084) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2085) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2086) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2087) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2088) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2089) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2090) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2091) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2092) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2093) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2094) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2095) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2096) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2097) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2098) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2099) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2100) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2101) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2102) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2103) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2104) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2105) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2106) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2107) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2108) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2109) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2110) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2111) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2112) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2113) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2114) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2115) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2116) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2117) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2118) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2119) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2120) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2121) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2122) Symfony\Component\Cache\Tests\Adapter\RedisAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2123) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2124) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2125) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2126) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2127) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2128) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2129) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2130) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2131) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2132) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2133) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2134) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2135) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2136) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2137) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2138) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2139) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2140) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2141) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2142) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2143) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2144) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2145) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2146) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2147) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2148) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2149) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2150) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2151) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2152) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2153) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2154) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2155) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2156) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2157) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2158) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2159) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2160) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2161) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2162) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2163) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2164) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2165) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2166) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2167) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2168) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2169) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2170) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2171) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2172) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2173) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2174) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2175) Symfony\Component\Cache\Tests\Adapter\RedisArrayAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2176) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testFailedCreateConnection
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2177) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testClearWithPrefix
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2178) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGet
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2179) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testRecursiveGet
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2180) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetMetadata
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2181) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDefaultLifeTime
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2182) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiration
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2183) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testNotUnserializable
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2184) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testPrune
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2185) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testClearPrefix
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2186) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2187) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testNullByteInKey
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2188) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testBasicUsage
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2189) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testBasicUsageWithLongKey
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2190) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testItemModifiersReturnsStatic
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2191) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2192) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItems
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2193) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItemsEmpty
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2194) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testHasItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2195) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testClear
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2196) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testClearWithDeferredItems
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2197) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2198) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItems
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2199) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSave
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2200) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveExpired
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2201) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveWithoutExpire
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2202) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeferredSave
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2203) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeferredExpired
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2204) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteDeferredItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2205) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeferredSaveWithoutCommit
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2206) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testCommit
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2207) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiresAt
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2208) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiresAtWithNull
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2209) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testExpiresAfterWithNull
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2210) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testKeyLength
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2211) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItemInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2212) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testGetItemsInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2213) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testHasItemInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2214) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItemInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2215) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDeleteItemsInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2216) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeString
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2217) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeInteger
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2218) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeNull
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2219) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeFloat
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2220) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeBoolean
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2221) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeArray
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2222) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testDataTypeObject
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2223) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testBinaryData
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2224) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testIsHit
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2225) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testIsHitDeferred
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2226) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveDeferredWhenChangingValues
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2227) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSaveDeferredOverwrite
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2228) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testSavingObject
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2229) Symfony\Component\Cache\Tests\Adapter\RedisClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2230) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testCreateHostConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2231) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testCreateSocketConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2232) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testCreateTlsConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2233) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testFailedCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2234) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidCreateConnection
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2235) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2236) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2237) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2238) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2239) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2240) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2241) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2242) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2243) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2244) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2245) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2246) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2247) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2248) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2249) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2250) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2251) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2252) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2253) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2254) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2255) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2256) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2257) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2258) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2259) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2260) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2261) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2262) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2263) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2264) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2265) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2266) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2267) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2268) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2269) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2270) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2271) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2272) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2273) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2274) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2275) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2276) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2277) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2278) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2279) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2280) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2281) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2282) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2283) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2284) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2285) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2286) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2287) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2288) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidTag
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2289) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidateTags
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2290) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testInvalidateCommits
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2291) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testTagsAreCleanedOnSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2292) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testTagsAreCleanedOnDelete
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2293) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testTagItemExpiry
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2294) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareAdapterTest::testRefreshAfterExpires
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php:27
> 
> 2295) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testClearWithPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2296) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2297) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testRecursiveGet
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2298) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetMetadata
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2299) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDefaultLifeTime
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2300) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiration
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2301) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testNotUnserializable
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2302) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testPrune
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2303) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testClearPrefix
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2304) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2305) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testNullByteInKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2306) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testBasicUsage
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2307) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testBasicUsageWithLongKey
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2308) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testItemModifiersReturnsStatic
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2309) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2310) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2311) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItemsEmpty
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2312) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testHasItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2313) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testClear
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2314) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testClearWithDeferredItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2315) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2316) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItems
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2317) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2318) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2319) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveWithoutExpire
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2320) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeferredSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2321) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeferredExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2322) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteDeferredItem
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2323) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeferredSaveWithoutCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2324) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testCommit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2325) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiresAt
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2326) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiresAtWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2327) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testExpiresAfterWithNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2328) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testKeyLength
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2329) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2330) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testGetItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2331) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testHasItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2332) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItemInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2333) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDeleteItemsInvalidKeys
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2334) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeString
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2335) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeInteger
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2336) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeNull
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2337) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeFloat
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2338) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeBoolean
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2339) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeArray
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2340) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testDataTypeObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2341) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testBinaryData
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2342) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testIsHit
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2343) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testIsHitDeferred
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2344) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveDeferredWhenChangingValues
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2345) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSaveDeferredOverwrite
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2346) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testSavingObject
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2347) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2348) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testInvalidTag
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2349) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testInvalidateTags
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2350) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testInvalidateCommits
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2351) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testTagsAreCleanedOnSave
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2352) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testTagsAreCleanedOnDelete
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2353) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testTagItemExpiry
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2354) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareArrayAdapterTest::testRefreshAfterExpires
> Extension redis required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php:36
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php:23
> 
> 2355) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testFailedCreateConnection
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2356) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testClearWithPrefix
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2357) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGet
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2358) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testRecursiveGet
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2359) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetMetadata
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2360) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDefaultLifeTime
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2361) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiration
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2362) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testNotUnserializable
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2363) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testPrune
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2364) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testClearPrefix
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2365) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testWeirdDataMatchingMetadataWrappedValues
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2366) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testNullByteInKey
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2367) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testBasicUsage
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2368) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testBasicUsageWithLongKey
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2369) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testItemModifiersReturnsStatic
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2370) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2371) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItems
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2372) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItemsEmpty
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2373) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testHasItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2374) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testClear
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2375) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testClearWithDeferredItems
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2376) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2377) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItems
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2378) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSave
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2379) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveExpired
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2380) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveWithoutExpire
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2381) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeferredSave
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2382) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeferredExpired
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2383) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteDeferredItem
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2384) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeferredSaveWithoutCommit
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2385) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testCommit
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2386) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiresAt
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2387) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiresAtWithNull
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2388) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testExpiresAfterWithNull
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2389) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testKeyLength
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2390) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItemInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2391) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testGetItemsInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2392) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testHasItemInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2393) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItemInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2394) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDeleteItemsInvalidKeys
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2395) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeString
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2396) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeInteger
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2397) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeNull
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2398) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeFloat
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2399) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeBoolean
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2400) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeArray
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2401) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testDataTypeObject
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2402) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testBinaryData
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2403) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testIsHit
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2404) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testIsHitDeferred
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2405) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveDeferredWhenChangingValues
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2406) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSaveDeferredOverwrite
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2407) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testSavingObject
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2408) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testHasItemReturnsFalseWhenDeferredItemIsExpired
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2409) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testInvalidTag
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2410) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testInvalidateTags
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2411) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testInvalidateCommits
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2412) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testTagsAreCleanedOnSave
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2413) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testTagsAreCleanedOnDelete
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2414) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testTagItemExpiry
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2415) Symfony\Component\Cache\Tests\Adapter\RedisTagAwareClusterAdapterTest::testRefreshAfterExpires
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php:29
> 
> 2416) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2417) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2418) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2419) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2420) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2421) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2422) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2423) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2424) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2425) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2426) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2427) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2428) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2429) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2430) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2431) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2432) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2433) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2434) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2435) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2436) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2437) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2438) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2439) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2440) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2441) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2442) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2443) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2444) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2445) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2446) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2447) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2448) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2449) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2450) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2451) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2452) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2453) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2454) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2455) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2456) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2457) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2458) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2459) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2460) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2461) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2462) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2463) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2464) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2465) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2466) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2467) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2468) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2469) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2470) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2471) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2472) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2473) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2474) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2475) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2476) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2477) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2478) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2479) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2480) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2481) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2482) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2483) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2484) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2485) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2486) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2487) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2488) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2489) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2490) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2491) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2492) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2493) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2494) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2495) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2496) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2497) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2498) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2499) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2500) Symfony\Component\Cache\Tests\Adapter\TagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2501) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testPrune
> TraceableAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 2502) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2503) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2504) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2505) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2506) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2507) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2508) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2509) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2510) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2511) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2512) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2513) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2514) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2515) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2516) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2517) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2518) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2519) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2520) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2521) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2522) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2523) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2524) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2525) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2526) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2527) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2528) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2529) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2530) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2531) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2532) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2533) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2534) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2535) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2536) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2537) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2538) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2539) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2540) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2541) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2542) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2543) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2544) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2545) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2546) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2547) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2548) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2549) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2550) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2551) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2552) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2553) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2554) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2555) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2556) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2557) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2558) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2559) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2560) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2561) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2562) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2563) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2564) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2565) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2566) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2567) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2568) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2569) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2570) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2571) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2572) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2573) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2574) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2575) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2576) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2577) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2578) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2579) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2580) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2581) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2582) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2583) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2584) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2585) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2586) Symfony\Component\Cache\Tests\Adapter\TraceableAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2587) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testPrune
> TraceableAdapter just proxies
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php:203
> 
> 2588) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2589) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2590) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2591) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2592) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2593) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2594) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2595) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2596) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2597) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2598) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2599) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2600) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2601) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2602) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2603) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2604) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:573
> 
> 2605) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2606) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2607) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2608) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2609) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2610) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2611) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2612) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2613) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2614) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2615) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2616) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2617) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2618) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2619) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2620) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2621) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testGetItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:586
> 
> 2622) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2623) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2624) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2625) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2626) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2627) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2628) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2629) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2630) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2631) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2632) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2633) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2634) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2635) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2636) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2637) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2638) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testHasItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:599
> 
> 2639) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2640) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2641) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2642) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2643) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2644) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2645) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2646) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2647) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2648) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2649) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2650) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2651) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2652) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2653) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2654) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2655) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:612
> 
> 2656) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #0 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2657) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #1 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2658) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #2 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2659) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #3 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2660) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2661) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2662) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2663) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2664) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2665) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2666) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2667) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2668) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2669) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2670) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2671) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2672) Symfony\Component\Cache\Tests\Adapter\TraceableTagAwareAdapterTest::testDeleteItemsInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/CachePoolTest.php:625
> 
> 2673) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2674) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2675) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2676) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2677) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2678) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2679) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2680) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2681) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2682) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2683) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2684) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2685) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2686) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2687) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2688) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2689) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2690) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2691) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2692) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2693) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2694) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2695) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2696) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2697) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2698) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2699) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2700) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2701) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2702) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2703) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2704) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2705) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2706) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2707) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2708) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2709) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testGetMultipleNoIterable
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:470
> 
> 2710) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2711) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2712) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2713) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2714) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2715) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2716) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2717) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2718) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2719) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2720) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2721) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2722) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2723) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2724) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2725) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2726) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2727) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2728) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2729) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2730) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2731) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2732) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2733) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2734) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2735) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2736) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2737) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2738) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2739) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2740) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2741) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2742) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2743) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2744) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2745) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testSetMultipleNoIterable
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:511
> 
> 2746) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2747) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2748) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2749) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2750) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2751) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2752) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2753) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2754) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2755) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2756) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2757) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2758) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2759) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2760) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2761) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2762) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2763) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testHasInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2764) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2765) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2766) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2767) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2768) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2769) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2770) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2771) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2772) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2773) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2774) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2775) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2776) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2777) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2778) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2779) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2780) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2781) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2782) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2783) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2784) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2785) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2786) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2787) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2788) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2789) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2790) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2791) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2792) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2793) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2794) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2795) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2796) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2797) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2798) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2799) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2800) Symfony\Component\Cache\Tests\Psr16CacheProxyTest::testDeleteMultipleNoIterable
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:560
> 
> 2801) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2802) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2803) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2804) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2805) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2806) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2807) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2808) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2809) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2810) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2811) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2812) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2813) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2814) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2815) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2816) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2817) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2818) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:447
> 
> 2819) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2820) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2821) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2822) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2823) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2824) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2825) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2826) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2827) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2828) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2829) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2830) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2831) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2832) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2833) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2834) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2835) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2836) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:460
> 
> 2837) Symfony\Component\Cache\Tests\Psr16CacheTest::testGetMultipleNoIterable
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:470
> 
> 2838) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2839) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2840) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2841) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2842) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2843) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2844) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2845) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2846) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2847) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2848) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2849) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2850) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2851) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2852) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2853) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2854) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2855) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:483
> 
> 2856) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2857) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2858) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2859) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2860) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2861) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2862) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2863) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2864) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2865) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2866) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2867) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2868) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2869) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2870) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2871) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2872) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:496
> 
> 2873) Symfony\Component\Cache\Tests\Psr16CacheTest::testSetMultipleNoIterable
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:511
> 
> 2874) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2875) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2876) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2877) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2878) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2879) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2880) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2881) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2882) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2883) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2884) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2885) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2886) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2887) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2888) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2889) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2890) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2891) Symfony\Component\Cache\Tests\Psr16CacheTest::testHasInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:524
> 
> 2892) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2893) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2894) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2895) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2896) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2897) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2898) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2899) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2900) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2901) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2902) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2903) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2904) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2905) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2906) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2907) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2908) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2909) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:537
> 
> 2910) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #0 ('')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2911) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #1 (true)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2912) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #2 (false)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2913) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #3 (null)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2914) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #4 (2.5)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2915) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #5 ('{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2916) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #6 ('rand{')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2917) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #7 ('rand{str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2918) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #8 ('rand}str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2919) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #9 ('rand(str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2920) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #10 ('rand)str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2921) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #11 ('rand/str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2922) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #12 ('rand\str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2923) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #13 ('rand at str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2924) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #14 ('rand:str')
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2925) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #15 (stdClass Object ())
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2926) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #16 (array('array'))
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2927) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleInvalidKeys with data set #17 (2)
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:550
> 
> 2928) Symfony\Component\Cache\Tests\Psr16CacheTest::testDeleteMultipleNoIterable
> Keys are checked only when assert() is enabled.
> 
> /usr/share/php/Cache/IntegrationTests/SimpleCacheTest.php:560
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 5402, Assertions: 3587, Skipped: 2928.
> 
> Legacy deprecation notices (273)
> 
> Running src/Symfony/Component/PropertyInfo tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/PropertyInfo
> ...............................................................  63 / 405 ( 15%)
> ............................................................... 126 / 405 ( 31%)
> ............................................................... 189 / 405 ( 46%)
> ............................................................... 252 / 405 ( 62%)
> ............................................................... 315 / 405 ( 77%)
> ............................................................... 378 / 405 ( 93%)
> ...........................                                     405 / 405 (100%)
> 
> Time: 00:00.285, Memory: 18.00 MB
> 
> OK (405 tests, 668 assertions)
> 
> Running src/Symfony/Component/RateLimiter tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/RateLimiter
> ...............................................                   47 / 47 (100%)
> 
> Time: 00:00.058, Memory: 12.00 MB
> 
> OK (47 tests, 97 assertions)
> 
> Running src/Symfony/Component/VarDumper tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper
> ...............................................................  63 / 335 ( 18%)
> ............................................................... 126 / 335 ( 37%)
> ............................................................... 189 / 335 ( 56%)
> ..S..........SSSSSSSS...............S.......................... 252 / 335 ( 75%)
> ......................................................S......SS 315 / 335 ( 94%)
> ....................                                            335 / 335 (100%)
> 
> Time: 00:00.581, Memory: 20.00 MB
> 
> There were 13 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\RdKafkaCasterTest::testDumpConf
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension rdkafka is required.
> 
> 3) Symfony\Component\VarDumper\Tests\Caster\RdKafkaCasterTest::testDumpProducer
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension rdkafka is required.
> 
> 4) Symfony\Component\VarDumper\Tests\Caster\RdKafkaCasterTest::testDumpTopicConf
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension rdkafka is required.
> 
> 5) Symfony\Component\VarDumper\Tests\Caster\RdKafkaCasterTest::testDumpKafkaConsumer
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension rdkafka is required.
> 
> 6) Symfony\Component\VarDumper\Tests\Caster\RdKafkaCasterTest::testDumpProducerTopic
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension rdkafka is required.
> 
> 7) Symfony\Component\VarDumper\Tests\Caster\RdKafkaCasterTest::testDumpMessage
> __OFFSET_LINE=22
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension rdkafka is required.
> 
> 8) Symfony\Component\VarDumper\Tests\Caster\RedisCasterTest::testNotConnected
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 9) Symfony\Component\VarDumper\Tests\Caster\RedisCasterTest::testConnected
> __OFFSET_LINE=19
> __OFFSET_FILE=/usr/share/php/PHPUnit/Framework/TestCase.php
> Extension redis is required.
> 
> 10) Symfony\Component\VarDumper\Tests\Caster\ReflectionCasterTest::testLegacyExtendsReflectionType
> PHP < 8 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php:362
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php:362
> 
> 11) Symfony\Component\VarDumper\Tests\Dumper\CliDumperTest::testXmlResource
> PHP < 8.0 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php:203
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php:203
> 
> 12) Symfony\Component\VarDumper\Tests\Dumper\CliDumperTest::testSpecialVars56
> PHP < 8.1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php:414
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php:414
> 
> 13) Symfony\Component\VarDumper\Tests\Dumper\CliDumperTest::testGlobals
> PHP < 8.1 is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php:444
> /<<PKGBUILDDIR>>/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php:444
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 335, Assertions: 448, Skipped: 13.
> 
> Running src/Symfony/Component/Serializer tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Serializer
> ...............................................................  63 / 863 (  7%)
> ............................................................... 126 / 863 ( 14%)
> ............................................................... 189 / 863 ( 21%)
> ............................................................... 252 / 863 ( 29%)
> ............................................................... 315 / 863 ( 36%)
> ............................................................... 378 / 863 ( 43%)
> ............................................................... 441 / 863 ( 51%)
> ..............................................................S 504 / 863 ( 58%)
> ...................................SS.................S........ 567 / 863 ( 65%)
> ............................................................... 630 / 863 ( 73%)
> ...........SS...................S..........................S... 693 / 863 ( 80%)
> ..............................SS................S.............. 756 / 863 ( 87%)
> ............................................................... 819 / 863 ( 94%)
> ............................................                    863 / 863 (100%)
> 
> Time: 00:00.606, Memory: 32.00 MB
> 
> 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:357
> 
> 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:115
> 
> 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:115
> 
> 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:115
> 
> 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:115
> 
> 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:314
> 
> 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:115
> 
> 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:115
> 
> 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: 863, Assertions: 1541, Skipped: 11.
> 
> Legacy deprecation notices (17)
> 
> Running src/Symfony/Component/HttpFoundation tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation
> .............................................................   61 / 1298 (  4%)
> .............................................................  122 / 1298 (  9%)
> .............................................................  183 / 1298 ( 14%)
> .............................................................  244 / 1298 ( 18%)
> .............................................................  305 / 1298 ( 23%)
> ..S..........................................................  366 / 1298 ( 28%)
> .............................................................  427 / 1298 ( 32%)
> .............................................................  488 / 1298 ( 37%)
> .............................................................  549 / 1298 ( 42%)
> .............................................................  610 / 1298 ( 46%)
> .............................................................  671 / 1298 ( 51%)
> .............................................................  732 / 1298 ( 56%)
> .............................................................  793 / 1298 ( 61%)
> .............................................................  854 / 1298 ( 65%)
> .............................................................  915 / 1298 ( 70%)
> .............................................................  976 / 1298 ( 75%)
> .....................................................SSSSSSSS 1037 / 1298 ( 79%)
> S.......................................SSSSSSSSSSSSSSSSSSSSS 1098 / 1298 ( 84%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..SS.... 1159 / 1298 ( 89%)
> ............................................................. 1220 / 1298 ( 93%)
> ............................................................. 1281 / 1298 ( 98%)
> ...........
> 
> Time: 00:04.146, Memory: 26.00 MB
> 
> There were 86 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:114
> 
> 2) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest::testConstructorShouldThrowExceptionForMissingOptions
> __OFFSET_LINE=22
> __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=22
> __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=22
> __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=22
> __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=22
> __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=22
> __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=22
> __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=22
> __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=22
> __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:24
> 
> 60) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testCloseSession
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 61) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testReadSession
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 62) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testWriteSession
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 63) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testUseSessionGcMaxLifetimeAsTimeToLive
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 64) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testDestroySession
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 65) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testGcSession
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 66) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testUpdateTimestamp
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 67) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testSupportedParam
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 68) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\RedisClusterSessionHandlerTest::testUseTtlOption
> The RedisCluster class is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php:24
> 
> 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
> 
> 85) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\SessionHandlerFactoryTest::testCreateRedisHandlerFromConnectionObject
> Extension redis is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php:51
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php:51
> 
> 86) Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler\SessionHandlerFactoryTest::testCreateRedisHandlerFromDsn
> Extension redis is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php:60
> /<<PKGBUILDDIR>>/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php:60
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1298, Assertions: 2631, Skipped: 86.
> 
> Legacy deprecation notices (17)
> 
> Running src/Symfony/Component/String tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/String
> ..............S..............................................   61 / 2174 (  2%)
> .............................................................  122 / 2174 (  5%)
> .............................................................  183 / 2174 (  8%)
> .............................................................  244 / 2174 ( 11%)
> .............................................................  305 / 2174 ( 14%)
> .............................................................  366 / 2174 ( 16%)
> .............................................................  427 / 2174 ( 19%)
> ....................................................S........  488 / 2174 ( 22%)
> .........S...................................................  549 / 2174 ( 25%)
> ........S....................................................  610 / 2174 ( 28%)
> .............................................................  671 / 2174 ( 30%)
> .............................................................  732 / 2174 ( 33%)
> .............................................................  793 / 2174 ( 36%)
> .............................................................  854 / 2174 ( 39%)
> .............................................................  915 / 2174 ( 42%)
> .............................................................  976 / 2174 ( 44%)
> ............................................................. 1037 / 2174 ( 47%)
> ............................................................. 1098 / 2174 ( 50%)
> ............................................................. 1159 / 2174 ( 53%)
> ............................................................. 1220 / 2174 ( 56%)
> ............................................................. 1281 / 2174 ( 58%)
> ............................................................. 1342 / 2174 ( 61%)
> ............................................................. 1403 / 2174 ( 64%)
> ............................................................. 1464 / 2174 ( 67%)
> ............................................................. 1525 / 2174 ( 70%)
> ............................................................. 1586 / 2174 ( 72%)
> ............................................................. 1647 / 2174 ( 75%)
> ............................................................. 1708 / 2174 ( 78%)
> ............................................................. 1769 / 2174 ( 81%)
> ............................................................. 1830 / 2174 ( 84%)
> ............................................................. 1891 / 2174 ( 86%)
> ............................................................. 1952 / 2174 ( 89%)
> ............................................................. 2013 / 2174 ( 92%)
> ............................................................. 2074 / 2174 ( 95%)
> ............................................................. 2135 / 2174 ( 98%)
> .......................................                       2174 / 2174 (100%)
> 
> Time: 00:00.797, Memory: 22.00 MB
> 
> There were 4 skipped tests:
> 
> 1) Symfony\Component\String\Tests\ByteStringTest::testBytesAt with data set #7 (array(224), 'नमस्ते', 6)
> Skipping due to issue ICU-21661.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php:43
> 
> 2) Symfony\Component\String\Tests\CodePointStringTest::testCodePointsAt with data set #8 (array(2381), 'नमस्ते', 3)
> Skipping due to issue ICU-21661.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/String/Tests/AbstractUnicodeTestCase.php:64
> 
> 3) Symfony\Component\String\Tests\CodePointStringTest::testBytesAt with data set #8 (array(224, 165, 141), 'नमस्ते', 3)
> Skipping due to issue ICU-21661.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php:43
> 
> 4) Symfony\Component\String\Tests\CodePointStringTest::testLength with data set #9 (8, 'अनुच्छेद')
> Skipping due to issue ICU-21661.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php:168
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 2174, Assertions: 2605, Skipped: 4.
> 
> Running src/Symfony/Component/Inflector tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Inflector
> ...............................................................  63 / 259 ( 24%)
> ............................................................... 126 / 259 ( 48%)
> ............................................................... 189 / 259 ( 72%)
> ............................................................... 252 / 259 ( 97%)
> .......                                                         259 / 259 (100%)
> 
> Time: 00:00.047, Memory: 12.00 MB
> 
> OK (259 tests, 259 assertions)
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Component/Finder tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Finder
> ...............................................................  63 / 682 (  9%)
> ............................................................... 126 / 682 ( 18%)
> ............................................................... 189 / 682 ( 27%)
> ............................................................... 252 / 682 ( 36%)
> ............................................................... 315 / 682 ( 46%)
> ............................................................... 378 / 682 ( 55%)
> ............................................................... 441 / 682 ( 64%)
> ............................................................... 504 / 682 ( 73%)
> ............................................................... 567 / 682 ( 83%)
> ............................................................... 630 / 682 ( 92%)
> ....................................................            682 / 682 (100%)
> 
> Time: 00:04.406, Memory: 16.00 MB
> 
> OK (682 tests, 4148 assertions)
> 
> Running src/Symfony/Component/Console tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Console
> .............................................................   61 / 1050 (  5%)
> .................................................S...........  122 / 1050 ( 11%)
> ........................................S....................  183 / 1050 ( 17%)
> .............................................................  244 / 1050 ( 23%)
> .............................................................  305 / 1050 ( 29%)
> .............................................................  366 / 1050 ( 34%)
> .................................S...........................  427 / 1050 ( 40%)
> .............................................................  488 / 1050 ( 46%)
> .............................................................  549 / 1050 ( 52%)
> .............................................................  610 / 1050 ( 58%)
> .............................................................  671 / 1050 ( 63%)
> .............................................................  732 / 1050 ( 69%)
> .............................................................  793 / 1050 ( 75%)
> .............................................................  854 / 1050 ( 81%)
> .............................................................  915 / 1050 ( 87%)
> .............................................................  976 / 1050 ( 92%)
> ..........................................S.................. 1037 / 1050 ( 98%)
> .............                                                 1050 / 1050 (100%)
> 
> Time: 00:04.066, Memory: 32.00 MB
> 
> There were 4 skipped tests:
> 
> 1) Symfony\Component\Console\Tests\ColorTest::testTrueColors
> True color not supported.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Console/Tests/ColorTest.php:37
> 
> 2) Symfony\Component\Console\Tests\Command\DumpCompletionCommandTest::testComplete with data set "shell" (array(''), array('bash'))
> Test failing on Debian CI
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Console/Tests/Command/DumpCompletionCommandTest.php:16
> 
> 3) Symfony\Component\Console\Tests\Formatter\OutputFormatterTest::testInlineStyleOptions with data set #8 ('<fg=#00ff00;bg=#00f>', '[...39;49m', '[test]', true)
> The terminal does not support true colors.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php:168
> 
> 4) 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: 1050, Assertions: 1816, Skipped: 4.
> 
> Legacy deprecation notices (7)
> 
> Running src/Symfony/Component/Routing tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Routing
> ...............................................................  63 / 966 (  6%)
> ............................................................... 126 / 966 ( 13%)
> ............................................................... 189 / 966 ( 19%)
> ............................................................... 252 / 966 ( 26%)
> ............................................................... 315 / 966 ( 32%)
> ............................................................... 378 / 966 ( 39%)
> ............................................................... 441 / 966 ( 45%)
> ............................................................... 504 / 966 ( 52%)
> ............................................................... 567 / 966 ( 58%)
> ............................................................... 630 / 966 ( 65%)
> ............................................................... 693 / 966 ( 71%)
> ............................................................... 756 / 966 ( 78%)
> ............................................................... 819 / 966 ( 84%)
> ............................................................... 882 / 966 ( 91%)
> ............................................................... 945 / 966 ( 97%)
> .....................                                           966 / 966 (100%)
> 
> Time: 00:01.167, Memory: 114.82 MB
> 
> OK (966 tests, 1852 assertions)
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Component/Process tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Process
> ........S......................................................  63 / 161 ( 39%)
> ............................................................... 126 / 161 ( 78%)
> ...................................                             161 / 161 (100%)
> 
> Time: 00:08.083, Memory: 26.95 MB
> 
> There was 1 skipped test:
> 
> 1) Symfony\Component\Process\Tests\ExecutableFinderTest::testFindBatchExecutableOnWindows
> Can be only tested on windows
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php:147
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 161, Assertions: 280, Skipped: 1.
> 
> Running src/Symfony/Component/Form tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Form
> .............................................................   61 / 4659 (  1%)
> .............................................................  122 / 4659 (  2%)
> .............................................................  183 / 4659 (  3%)
> .............................................................  244 / 4659 (  5%)
> .............................................................  305 / 4659 (  6%)
> .............................................................  366 / 4659 (  7%)
> .............................................................  427 / 4659 (  9%)
> .............................................................  488 / 4659 ( 10%)
> .............................................I...............  549 / 4659 ( 11%)
> .............................................................  610 / 4659 ( 13%)
> .............................................................  671 / 4659 ( 14%)
> .............................................................  732 / 4659 ( 15%)
> .............................................................  793 / 4659 ( 17%)
> .............................................................  854 / 4659 ( 18%)
> .............................................................  915 / 4659 ( 19%)
> .............................................................  976 / 4659 ( 20%)
> ............................................................. 1037 / 4659 ( 22%)
> ............................................................. 1098 / 4659 ( 23%)
> ............................................................. 1159 / 4659 ( 24%)
> ............................................................. 1220 / 4659 ( 26%)
> ...................................FFFFF..................... 1281 / 4659 ( 27%)
> ............................................................. 1342 / 4659 ( 28%)
> ............................................................. 1403 / 4659 ( 30%)
> ............................................................. 1464 / 4659 ( 31%)
> ............................................................. 1525 / 4659 ( 32%)
> ............................................................. 1586 / 4659 ( 34%)
> ............................................................. 1647 / 4659 ( 35%)
> ............................................................. 1708 / 4659 ( 36%)
> ............................................................. 1769 / 4659 ( 37%)
> ............................................................. 1830 / 4659 ( 39%)
> .........................................FFFFF............... 1891 / 4659 ( 40%)
> ............................................................. 1952 / 4659 ( 41%)
> ............................................................. 2013 / 4659 ( 43%)
> ............................................................. 2074 / 4659 ( 44%)
> ............................................................. 2135 / 4659 ( 45%)
> ............................................................. 2196 / 4659 ( 47%)
> ............................................................. 2257 / 4659 ( 48%)
> ............................................................. 2318 / 4659 ( 49%)
> ............................................................. 2379 / 4659 ( 51%)
> ............................................................. 2440 / 4659 ( 52%)
> ................IIIIIII...................................... 2501 / 4659 ( 53%)
> .......................SS.................................... 2562 / 4659 ( 54%)
> ............................................................. 2623 / 4659 ( 56%)
> ............................................................. 2684 / 4659 ( 57%)
> ............................................................. 2745 / 4659 ( 58%)
> ............................................................. 2806 / 4659 ( 60%)
> ............................................................. 2867 / 4659 ( 61%)
> ............................................................. 2928 / 4659 ( 62%)
> ............................................................. 2989 / 4659 ( 64%)
> ............................................................. 3050 / 4659 ( 65%)
> ............................................................. 3111 / 4659 ( 66%)
> ............................................................. 3172 / 4659 ( 68%)
> ............................................................. 3233 / 4659 ( 69%)
> ............................................................. 3294 / 4659 ( 70%)
> ............................................................. 3355 / 4659 ( 72%)
> ............................................................. 3416 / 4659 ( 73%)
> ............................................................. 3477 / 4659 ( 74%)
> ............................................................. 3538 / 4659 ( 75%)
> ............................................................. 3599 / 4659 ( 77%)
> ............................................................. 3660 / 4659 ( 78%)
> ............................................................. 3721 / 4659 ( 79%)
> ............................................................. 3782 / 4659 ( 81%)
> ............................................................. 3843 / 4659 ( 82%)
> ............................................................. 3904 / 4659 ( 83%)
> ............................................................. 3965 / 4659 ( 85%)
> ............................................................. 4026 / 4659 ( 86%)
> ............................................................. 4087 / 4659 ( 87%)
> ............................................................. 4148 / 4659 ( 89%)
> ............................................................. 4209 / 4659 ( 90%)
> ............................................................. 4270 / 4659 ( 91%)
> ............................................................. 4331 / 4659 ( 92%)
> ............................................................. 4392 / 4659 ( 94%)
> ............................................................. 4453 / 4659 ( 95%)
> ............................................................. 4514 / 4659 ( 96%)
> ............................................................. 4575 / 4659 ( 98%)
> ............................................................. 4636 / 4659 ( 99%)
> .......................                                       4659 / 4659 (100%)
> 
> Time: 00:04.161, Memory: 182.00 MB
> 
> There were 10 failures:
> 
> 1) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testSubmitFromSingleTextDateTime
> null does not match expected type "object".
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:106
> 
> 2) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testSubmitFromSingleTextDateTimeImmutable
> Failed asserting that null is an instance of class "DateTimeImmutable".
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:128
> 
> 3) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testSubmitFromSingleTextString
> Failed asserting that null matches expected '2010-06-02'.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:151
> 
> 4) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testSubmitFromSingleTextTimestamp
> Failed asserting that null matches expected '1275436800'.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:175
> 
> 5) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testSubmitFromSingleTextRaw
> null does not match expected type "array".
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:203
> 
> 6) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testSubmitFromSingleTextDateTime
> null does not match expected type "object".
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:106
> 
> 7) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testSubmitFromSingleTextDateTimeImmutable
> Failed asserting that null is an instance of class "DateTimeImmutable".
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:128
> 
> 8) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testSubmitFromSingleTextString
> Failed asserting that null matches expected '2010-06-02'.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:151
> 
> 9) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testSubmitFromSingleTextTimestamp
> Failed asserting that null matches expected '1275436800'.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:175
> 
> 10) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testSubmitFromSingleTextRaw
> null does not match expected type "array".
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:203
> 
> --
> 
> 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:194
> 
> 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:542
> 
> 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:558
> 
> 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:576
> 
> 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:592
> 
> 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:610
> 
> 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:628
> 
> 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:646
> 
> --
> 
> There were 2 skipped tests:
> 
> 1) Symfony\Component\Form\Tests\Extension\Core\Type\TimezoneTypeTest::testIntlTimeZoneInputWithBc
> "Europe/Saratov" is expired until 2017, current version is 0
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php:111
> 
> 2) Symfony\Component\Form\Tests\Extension\Core\Type\TimezoneTypeTest::testIntlTimeZoneInputWithBcAndIntl
> "Europe/Saratov" is expired until 2017, current version is 0
> 
> /<<PKGBUILDDIR>>/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php:134
> 
> FAILURES!
> Tests: 4659, Assertions: 9717, Failures: 10, Skipped: 2, Incomplete: 8.
> 
> Legacy deprecation notices (1)
> KO src/Symfony/Component/Form
> 
> Running src/Symfony/Component/Translation tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Component/Translation
> ...............................................................  63 / 557 ( 11%)
> ............................................................... 126 / 557 ( 22%)
> ............................................................... 189 / 557 ( 33%)
> ............................................................... 252 / 557 ( 45%)
> ............................................................... 315 / 557 ( 56%)
> ............................................................... 378 / 557 ( 67%)
> ............................................................... 441 / 557 ( 79%)
> ............................................................... 504 / 557 ( 90%)
> .....................................................           557 / 557 (100%)
> 
> Time: 00:01.396, Memory: 24.00 MB
> 
> OK (557 tests, 1180 assertions)
> 
> Running src/Symfony/Bridge/Doctrine tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bridge/Doctrine
> ...............................................................  63 / 353 ( 17%)
> ............................................................... 126 / 353 ( 35%)
> ............................................................... 189 / 353 ( 53%)
> ............................................................... 252 / 353 ( 71%)
> ............................................................... 315 / 353 ( 89%)
> ......................................                          353 / 353 (100%)
> 
> Time: 00:01.710, Memory: 56.00 MB
> 
> OK (353 tests, 878 assertions)
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Bridge/Twig tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig
> .............................................................   61 / 1692 (  3%)
> .............................................................  122 / 1692 (  7%)
> ...........S.................................................  183 / 1692 ( 10%)
> .............................................................  244 / 1692 ( 14%)
> ......................................................S......  305 / 1692 ( 18%)
> .............................................................  366 / 1692 ( 21%)
> .............................................................  427 / 1692 ( 25%)
> ...........................................................S.  488 / 1692 ( 28%)
> .............................................................  549 / 1692 ( 32%)
> .............................................................  610 / 1692 ( 36%)
> ..............................................S..............  671 / 1692 ( 39%)
> .............................................................  732 / 1692 ( 43%)
> ....................................S......................SS  793 / 1692 ( 46%)
> ........................................................S....  854 / 1692 ( 50%)
> .............................................................  915 / 1692 ( 54%)
> .........................S........................S.S........  976 / 1692 ( 57%)
> ...................................................S......... 1037 / 1692 ( 61%)
> ............................................................. 1098 / 1692 ( 64%)
> ............................................................. 1159 / 1692 ( 68%)
> ............................................................. 1220 / 1692 ( 72%)
> ............................................................. 1281 / 1692 ( 75%)
> ............................................................. 1342 / 1692 ( 79%)
> ............................................................. 1403 / 1692 ( 82%)
> ............................................................. 1464 / 1692 ( 86%)
> ............................................................. 1525 / 1692 ( 90%)
> ............................................................. 1586 / 1692 ( 93%)
> ............................................................. 1647 / 1692 ( 97%)
> .............................................                 1692 / 1692 (100%)
> 
> Time: 00:03.160, Memory: 222.00 MB
> 
> There were 12 skipped tests:
> 
> 1) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3HorizontalLayoutTest::testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets
> Make tests pass with symfony/form 4.4
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php:1767
> 
> 2) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3LayoutTest::testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets
> Make tests pass with symfony/form 4.4
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php:1767
> 
> 3) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap4HorizontalLayoutTest::testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets
> Make tests pass with symfony/form 4.4
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php:1767
> 
> 4) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap4LayoutTest::testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets
> Make tests pass with symfony/form 4.4
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php:1767
> 
> 5) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5HorizontalLayoutTest::testErrorWithNoLabel
> Errors are no longer rendered inside label with Bootstrap 5.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTest.php:330
> 
> 6) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5HorizontalLayoutTest::testFileLabelIdNotDuplicated
> The Bootstrap 5 form theme does not use the file widget shipped with the Bootstrap 4 theme.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTest.php:897
> 
> 7) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5HorizontalLayoutTest::testFileWithPlaceholder
> Placeholder does not apply on input file.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTest.php:931
> 
> 8) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5HorizontalLayoutTest::testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets
> Make tests pass with symfony/form 4.4
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php:1767
> 
> 9) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5LayoutTest::testErrorWithNoLabel
> Errors are no longer rendered inside label with Bootstrap 5.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTest.php:330
> 
> 10) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5LayoutTest::testFileLabelIdNotDuplicated
> The Bootstrap 5 form theme does not use the file widget shipped with the Bootstrap 4 theme.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTest.php:897
> 
> 11) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5LayoutTest::testFileWithPlaceholder
> Placeholder does not apply on input file.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTest.php:931
> 
> 12) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap5LayoutTest::testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets
> Make tests pass with symfony/form 4.4
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php:1767
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1692, Assertions: 1931, Skipped: 12.
> 
> Legacy deprecation notices (1)
> 
> Running src/Symfony/Bridge/PhpUnit tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit
> ................................................SSS.............. 65 / 99 ( 65%)
> ........................S....S....                                99 / 99 (100%)
> 
> Time: 00:02.531, Memory: 14.00 MB
> 
> There were 5 skipped tests:
> 
> 1) Symfony\Bridge\PhpUnit\Tests\DeprecationErrorHandler\DeprecationTest::testGetTypeDetectsSelf with data set "not_from_vendors_file" ('type_self', '', 'MyClass1', '/<<BUILDDIR>>/symfony...st.php')
> type_undetermined instead of type_self in Debian as of 2020/01/06
> 
> 2) Symfony\Bridge\PhpUnit\Tests\DeprecationErrorHandler\DeprecationTest::testGetTypeDetectsSelf with data set "nonexistent_file" ('type_undetermined', '', 'MyClass1', 'dummy_vendor_path')
> type_undetermined instead of type_self in Debian as of 2020/01/06
> 
> 3) Symfony\Bridge\PhpUnit\Tests\DeprecationErrorHandler\DeprecationTest::testGetTypeDetectsSelf with data set "serialized_trace_with_nonexistent_triggering_file" ('type_undetermined', 'a:5:{s:5:"class";s:0:"";s:6:"...:0:{}}', 'Symfony\Bridge\PhpUnit\Legacy...rForV7', '')
> type_undetermined instead of type_self in Debian as of 2020/01/06
> 
> 4) PhpUnitCoverageTest\Tests\BarCovTest::testBarCov
> This test is not part of the main Symfony test suite. It's here to test the CoverageListener.
> 
> 5) 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: 99, Assertions: 225, Skipped: 5.
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 40
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> 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 42
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> 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 43
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> 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 44
> PHP Warning:  foreach() argument must be of type array|object, null given in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 274
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 40
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> 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 42
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> 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 43
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> 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 44
> PHP Warning:  rmdir(/myfakevendor): No such file or directory in /<<PKGBUILDDIR>>/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 249
> 
> Running src/Symfony/Bridge/Monolog tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bridge/Monolog
> ...............................................................  63 / 107 ( 58%)
> .......................................S....                    107 / 107 (100%)
> 
> Time: 00:00.211, Memory: 18.00 MB
> 
> There was 1 skipped test:
> 
> 1) Symfony\Bridge\Monolog\Tests\Processor\TokenProcessorTest::testLegacyProcessor
> This test requires symfony/security-core <5.3
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php:33
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 107, Assertions: 211, Skipped: 1.
> 
> Legacy deprecation notices (21)
> 
> Running src/Symfony/Bridge/ProxyManager tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bridge/ProxyManager
> ...............                                                   15 / 15 (100%)
> 
> Time: 00:00.125, Memory: 18.00 MB
> 
> OK (15 tests, 42 assertions)
> 
> Running src/Symfony/Bundle/TwigBundle tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bundle/TwigBundle
> ...................................                               35 / 35 (100%)
> 
> Time: 00:00.389, Memory: 34.00 MB
> 
> OK (35 tests, 146 assertions)
> 
> Running src/Symfony/Bundle/FrameworkBundle tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle
> .............................................................   61 / 1004 (  6%)
> .............................................................  122 / 1004 ( 12%)
> .............................................................  183 / 1004 ( 18%)
> .............................................................  244 / 1004 ( 24%)
> .............................................................  305 / 1004 ( 30%)
> .............................................................  366 / 1004 ( 36%)
> .............................................................  427 / 1004 ( 42%)
> ........................................................S....  488 / 1004 ( 48%)
> .............................................................  549 / 1004 ( 54%)
> ...................................................SS.......S  610 / 1004 ( 60%)
> .............................................................  671 / 1004 ( 66%)
> .............................................................  732 / 1004 ( 72%)
> S............................................................  793 / 1004 ( 78%)
> .............................................................  854 / 1004 ( 85%)
> ...........SS................................................  915 / 1004 ( 91%)
> .............................................................  976 / 1004 ( 97%)
> ............................                                  1004 / 1004 (100%)
> 
> Time: 00:08.775, Memory: 218.50 MB
> 
> There were 7 skipped tests:
> 
> 1) Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\PhpFrameworkExtensionTest::testFormsCsrfIsEnabledByDefault
> testing with the FullStack prevents verifying default values
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php:164
> 
> 2) 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
> 
> 3) Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\XmlFrameworkExtensionTest::testMessengerMiddlewareFactoryErroneousFormat
> XML configuration will not allow erroneous format.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php:33
> 
> 4) Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\XmlFrameworkExtensionTest::testFormsCsrfIsEnabledByDefault
> testing with the FullStack prevents verifying default values
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php:164
> 
> 5) Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\YamlFrameworkExtensionTest::testFormsCsrfIsEnabledByDefault
> testing with the FullStack prevents verifying default values
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php:164
> 
> 6) 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
> 
> 7) Symfony\Bundle\FrameworkBundle\Tests\Functional\CachePoolsTest::testRedisCustomCachePools
> Extension redis is required.
> 
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:51
> /<<PKGBUILDDIR>>/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:51
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1004, Assertions: 3330, Skipped: 7.
> 
> Legacy deprecation notices (6)
> 
> Running src/Symfony/Bundle/SecurityBundle tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bundle/SecurityBundle
> ...............................................................  63 / 387 ( 16%)
> ............................................................... 126 / 387 ( 32%)
> ............................................................... 189 / 387 ( 48%)
> ............................................................... 252 / 387 ( 65%)
> ............................................................... 315 / 387 ( 81%)
> ............................................................... 378 / 387 ( 97%)
> .........                                                       387 / 387 (100%)
> 
> Time: 00:19.967, Memory: 246.50 MB
> 
> OK (387 tests, 1072 assertions)
> 
> Legacy deprecation notices (1278)
> 
> Running src/Symfony/Bundle/DebugBundle tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bundle/DebugBundle
> .........                                                           9 / 9 (100%)
> 
> Time: 00:00.061, Memory: 16.00 MB
> 
> OK (9 tests, 24 assertions)
> 
> Running src/Symfony/Bundle/WebProfilerBundle tests
> PHPUnit 9.5.16 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.1.5
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> Testing /<<PKGBUILDDIR>>/src/Symfony/Bundle/WebProfilerBundle
> ...............................................................  63 / 114 ( 55%)
> ...................................................             114 / 114 (100%)
> 
> Time: 00:01.332, Memory: 60.00 MB
> 
> OK (114 tests, 234 assertions)
> make[1]: *** [debian/rules:118: override_dh_auto_test] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/symfony_5.4.6+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the pkg-php-pear mailing list