.gitattributes LICENCE composer.json infection.json.dist phpcs.xml.dist phpstan.neon.dist phpunit.xml.dist psalm-baseline.xml psalm.xml.dist src/Cdn77RabbitMQBundle.php src/Configuration/Connection.php src/Configuration/Dsn.php src/Configuration/Topology.php src/Console/ConsumerCommand.php src/Console/ConsumerListCommand.php src/Console/SetUpCommand.php src/ConsumerRunner.php src/DependencyInjection/Configuration.php src/DependencyInjection/ConsumerCompilerPass.php src/DependencyInjection/ConsumerStorage.php src/DependencyInjection/RabbitMQExtension.php src/Exception/CannotCreateChannel.php src/Exception/ConfigurationFailed.php src/Exception/ConnectionFailed.php src/Exception/ConsumerFailed.php src/Exception/Exception.php src/Exception/InvalidDsn.php src/Exception/OperationFailed.php src/RabbitMQ/Bindable.php src/RabbitMQ/Binding.php src/RabbitMQ/BunnyConnection.php src/RabbitMQ/Connection.php src/RabbitMQ/Consumer/Configuration.php src/RabbitMQ/Consumer/Consumer.php src/RabbitMQ/DeliveryMode.php src/RabbitMQ/Exchange.php src/RabbitMQ/ExchangeType.php src/RabbitMQ/Message.php src/RabbitMQ/Operation/AcknowledgeOperation.php src/RabbitMQ/Operation/GetOperation.php src/RabbitMQ/Operation/PublishOperation.php src/RabbitMQ/Operation/RejectOperation.php src/RabbitMQ/Queue.php src/SetupAction.php tests/Configuration/DsnTest.php tests/ConsumerRunnerTest.php tests/RabbitMQ/ConfigurationTest.php tests/RabbitMQ/Consumer/ConfigurationTest.php tests/RabbitMQ/InMemoryConsumer.php tests/RabbitMQ/MessageTest.php tests/RabbitMQBundleTest.php tests/WithRabbitMQ.php tests/bootstrap.php <<<<<< network # path=reports/phpunit--7.4.coverage/coverage.xml <<<<<< EOF # path=reports/phpunit--8.0.coverage/coverage.xml <<<<<< EOF # path=fixes ./src/DependencyInjection/Configuration.php:14,43,54,57,73,76,107,110,138,141,150,153,162,165,179,180 ./src/DependencyInjection/ConsumerCompilerPass.php:13,17,26,30,31,32 ./src/DependencyInjection/RabbitMQExtension.php:13,18,22,27,30,33,35,36 ./src/DependencyInjection/ConsumerStorage.php:11,17,19,22,25,28,29 ./src/Exception/ConsumerFailed.php:12,14,16,17 ./src/Exception/Exception.php:10,11 ./src/Exception/InvalidDsn.php:12,14,16,19,21,24,26,27 ./src/Exception/ConfigurationFailed.php:15,17,19,22,24,27,29,32,40,41,44,52,53,54 ./src/Exception/OperationFailed.php:12,14,16,17 ./src/Exception/CannotCreateChannel.php:12,14,16,17 ./src/Exception/ConnectionFailed.php:11,13,15,16 ./src/Configuration/Dsn.php:17,41,46,50,54,64,67,70,81,82,85,87,90,92,95,97,100,102,105,107,111,113,114 ./src/Configuration/Connection.php:10,57,61,70,77,84,87,90,103,104,107,109,112,114,117,119,122,124,127,129,132,134,137,139,142,144,145 ./src/Configuration/Topology.php:13,27,32,36,37,43,47,48,49,53,63,71,77,78,79,87,95,101,102,103,106,110,112,116,118,119 ./src/Cdn77RabbitMQBundle.php:14,16,22,25,28,31,32 ./src/RabbitMQ/Connection.php:10,18 ./src/RabbitMQ/Consumer/Configuration.php:8,36,39,41,44,46,49,51,54,56,59,61,62 ./src/RabbitMQ/Consumer/Consumer.php:10,16 ./src/RabbitMQ/Message.php:8,19,24,27,31,33,36,38,41,45,46 ./src/RabbitMQ/Bindable.php:8,10 ./src/RabbitMQ/DeliveryMode.php:11,14 ./src/RabbitMQ/ExchangeType.php:11,16 ./src/RabbitMQ/Queue.php:10,42,46,53,54,57,59,62,64,67,69,73,75,78,80,83,85,89,91,92 ./src/RabbitMQ/Exchange.php:10,47,51,59,60,63,65,68,70,73,75,78,80,84,86,89,91,94,96,100,102,103 ./src/RabbitMQ/Operation/GetOperation.php:13,18,20,24,33,37,40,43,44 ./src/RabbitMQ/Operation/AcknowledgeOperation.php:11,16,18,21,27,28,35,41,42,43 ./src/RabbitMQ/Operation/RejectOperation.php:11,16,18,21,28,29,36,43,44,45 ./src/RabbitMQ/Operation/PublishOperation.php:13,32,33,36,44,45,64,65,75,76,77,78 ./src/RabbitMQ/Binding.php:10,22,26,30,35,36,39,41,44,46,50,52,53 ./src/RabbitMQ/BunnyConnection.php:16,27,39,43,46,49,52,55,58,66,67,70,73,76,82,83,86,89,93,96,103,106,107 ./src/ConsumerRunner.php:19,27,29,32,39,43,46,56,67,68,71,77,78,81,84,87,89,92,95,98,100,103,105,106 ./src/Console/SetUpCommand.php:15,26,31,34,37,40,44,45 ./src/Console/ConsumerCommand.php:21,34,39,42,49,50,53,62,68,69 ./src/Console/ConsumerListCommand.php:14,22,26,29,32,35,38,41,42 ./src/SetupAction.php:16,21,23,26,39,43,54,58,59,60,71,75,85,89,90,91,92,93 ./tests/ConsumerRunnerTest.php:23,27,31,34,38,42,51,60,64,66,69,72,75,79,80,83,87,88,91,93,96,102,107,108 ./tests/Configuration/DsnTest.php:12,14,19,22,27,30,35,59,63,103,104 ./tests/RabbitMQBundleTest.php:13,18,27,30,35,36,39,41,42 ./tests/WithRabbitMQ.php:19,35,38,41,43,46,49,52,60,66,67 ./tests/RabbitMQ/MessageTest.php:12,14,22,25,30,31 ./tests/RabbitMQ/Consumer/ConfigurationTest.php:11,13,25,32,33 ./tests/RabbitMQ/InMemoryConsumer.php:13,24,27,30,34,37,39,42,44,48,50,51 ./tests/RabbitMQ/ConfigurationTest.php:17,19,32,35,66,67 <<<<<< EOF