Skip to content

Conversation

@ahmedkhan847
Copy link

@ahmedkhan847ahmedkhan847 commented Dec 21, 2023

Because of the serializer in my current project, I was unable to get messages in protobuf format. So instead encoding/decoding every message from JSON we can send the actual message as it is so that it can be serialized into the appropriate class for that message. Protobuf PHP provides the methods: $message->fromString() and $message->fromJson() which can bind the data to your class. Also added attributes as properties of the message.

@makasim
Copy link
Member

LGTM, though ci is red

@ahmedkhan847
Copy link
Author

These 2 specs Enqueue\Gps\Tests\Spec\GpsSendToTopicAndReceiveFromQueueTest and Enqueue\Gps\Tests\Spec\GpsSendToTopicAndReceiveNoWaitFromQueueTest are still failing on my local but I don't think it is because of my changes. If you have any idea let me know :)

@ahmedkhan847
Copy link
Author

@makasim The one which are failed are not because of my changes. Can we re-run them or merge this PR?

@makasim
Copy link
Member

I cannot merge failing CI it should be green.

@ahmedkhan847
Copy link
Author

ahmedkhan847 commented Dec 27, 2023

I know but can you re-run those? Because all the other same version specs are passing :) plus they are 'gpqm' related specs.

@savvasal
Copy link

savvasal commented Dec 28, 2023

I know but can you re-run those? Because all the other same version specs are passing :) plus they are 'gpqm' related specs.

@ahmedkhan847 I can help look later to see if we figure out something for the failed tests.

@ahmedkhan847
Copy link
Author

@makasim Can you rerun it I have fixed the tests for amqp that were failing :)

@ahmedkhan847
Copy link
Author

@makasim the issue was the docker image tag for localstack. I have updated the docker image tag to the previous then latest version in docker-compose file and now all the specs are passing on my local. I couldn't find how your ci if it is using the docker-compose file it will automatically pick it and should work.

@ahmedkhan847
Copy link
Author

ahmedkhan847 commented Dec 29, 2023

@makasim this is the log of specs from my local

PHPUnit 9.6.15 by Sebastian Bergmann and contributors. .R.....R....................................R.....R........R. 61 / 3271 ( 1%) ......R................R.....R..R.........W.................. 122 / 3271 ( 3%) ......................................................W...... 183 / 3271 ( 5%) ............................................................. 244 / 3271 ( 7%) ..W.......................................................... 305 / 3271 ( 9%) .......................................................W.WW.. 366 / 3271 ( 11%) ................................W............................ 427 / 3271 ( 13%) .......W..................................................... 488 / 3271 ( 14%) ........................R....................R....R.......... 549 / 3271 ( 16%) ..................................R....R..................WWW 610 / 3271 ( 18%) W..............WWWWWW..RR......WW.W.........R..WW..R......... 671 / 3271 ( 20%) ..........RRR...................................R..R......... 732 / 3271 ( 22%) ..R..R.R..RR....R.......R..........R........R...R...R.....R.. 793 / 3271 ( 24%) .R.......RRR................................................. 854 / 3271 ( 26%) .............WW.W....RW............R..............R.......W.. 915 / 3271 ( 27%) WWW...R.........R............R................R............R. 976 / 3271 ( 29%) .......R.............R...................R...R............R.. 1037 / 3271 ( 31%) .............R............R......R......R.......R.......R.... 1098 / 3271 ( 33%) ..WW...R........................R......R.....R............R.. 1159 / 3271 ( 35%) ................................R........................R... 1220 / 3271 ( 37%) .R.W....WW.................................................R. 1281 / 3271 ( 39%) ......................RR..................................... 1342 / 3271 ( 41%) ................................R.RR...............R......... 1403 / 3271 ( 42%) ..........................................I.................. 1464 / 3271 ( 44%) .....W...........................................R........... 1525 / 3271 ( 46%) .........R............R.........I............................ 1586 / 3271 ( 48%) ..............................................R...RR.....R... 1647 / 3271 ( 50%) ....R.........................R.............................. 1708 / 3271 ( 52%) ......................................................R...... 1769 / 3271 ( 54%) W...RR...........W.W..........R.....R..R......R.............. 1830 / 3271 ( 55%) ......................................................R...... 1891 / 3271 ( 57%) ...R............................R..R..R...................... 1952 / 3271 ( 59%) ...........................................................R. 2013 / 3271 ( 61%) .R..RR.R...........RR.R..R................................... 2074 / 3271 ( 63%) ............................................................. 2135 / 3271 ( 65%) ............................................................. 2196 / 3271 ( 67%) ...........R.............R................................... 2257 / 3271 ( 69%) ........R.................................................... 2318 / 3271 ( 70%) .R................................................R.......... 2379 / 3271 ( 72%) ..................................................R.......... 2440 / 3271 ( 74%) ..R........R................................................. 2501 / 3271 ( 76%) ..........R......R........................................... 2562 / 3271 ( 78%) R..................R....................R.................... 2623 / 3271 ( 80%) ............................................................. 2684 / 3271 ( 82%) ................................................R.R.....R.... 2745 / 3271 ( 83%) ........................R..R..R.............................. 2806 / 3271 ( 85%) ............................................................. 2867 / 3271 ( 87%) .........................R.......R...R...R................... 2928 / 3271 ( 89%) ...........R....................................R.R.......R.. 2989 / 3271 ( 91%) ...R...............R...........R..R........WW.....R.......... 3050 / 3271 ( 93%) .......................................................R....R 3111 / 3271 ( 95%) ............R........R...........................R........... 3172 / 3271 ( 96%) .....................................................R....... 3233 / 3271 ( 98%) ...................................... 3271 / 3271 (100%) Time: 02:19.501, Memory: 163.00 MB There were 42 warnings: 1) Enqueue\Tests\Client\Driver\AmqpDriverTest::testShouldSetupBroker The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 2) Enqueue\Tests\Client\Driver\FsDriverTest::testShouldSetupBroker The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 3) Enqueue\Tests\Client\Driver\GpsDriverTest::testShouldSetupBroker The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 4) Enqueue\Tests\Client\Driver\RabbitMqStompDriverTest::testShouldInitDeliveryDelayIfDelayPropertyOnSendToProcessor The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 5) Enqueue\Tests\Client\Driver\RabbitMqStompDriverTest::testShouldSetupBroker The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 6) Enqueue\Tests\Client\Driver\RabbitMqStompDriverTest::testSetupBrokerShouldCreateDelayExchangeIfEnabled The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 7) Enqueue\Tests\Client\Driver\RdKafkaDriverTest::testShouldSetupBroker The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 8) Enqueue\Tests\Client\Driver\SqsDriverTest::testShouldSetupBroker The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 9) Enqueue\Tests\Client\ProducerSendCommandTest::testShouldCallPreSendCommandExtensionMethodWhenSendToBus The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 10) Enqueue\Tests\Client\ProducerSendCommandTest::testShouldCallPreSendCommandExtensionMethodWhenSendToApplicationRouter The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 11) Enqueue\Tests\Client\ProducerSendCommandTest::testShouldCallPreDriverSendExtensionMethod The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 12) Enqueue\Tests\Client\ProducerSendCommandTest::testShouldCallPostSendExtensionMethod The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 13) Enqueue\Tests\Client\ProducerSendEventTest::testShouldCallPreSendEventExtensionMethodWhenSendToBus The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 14) Enqueue\Tests\Client\ProducerSendEventTest::testShouldCallPreSendEventExtensionMethodWhenSendToApplicationRouter The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 15) Enqueue\Tests\Client\ProducerSendEventTest::testShouldCallPreDriverSendExtensionMethodWhenSendToMessageBus The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 16) Enqueue\Tests\Client\ProducerSendEventTest::testShouldCallPreDriverSendExtensionMethodWhenSendToApplicationRouter The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 17) Enqueue\Tests\Client\ProducerSendEventTest::testShouldCallPostSendExtensionMethodWhenSendToMessageBus The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 18) Enqueue\Tests\Client\ProducerSendEventTest::testShouldCallPostSendExtensionMethodWhenSendToApplicationRouter The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 19) Enqueue\Tests\Client\ResourcesTest::testThrowsIfNoSchemesProvidedOnAddDriver PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 20) Enqueue\Tests\Client\ResourcesTest::testThrowsIfNoPackageProvidedOnAddDriver PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 21) Enqueue\Tests\Client\ResourcesTest::testShouldAllowGetPreviouslyRegisteredDriver PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 22) Enqueue\Tests\Client\SpoolProducerTest::testShouldSendQueuedEventMessagesOnFlush The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 23) Enqueue\Tests\Client\SpoolProducerTest::testShouldSendQueuedCommandMessagesOnFlush The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 24) Enqueue\Tests\ResourcesTest::testThrowsIfNoSchemesProvidedOnAddConnection PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 25) Enqueue\Tests\ResourcesTest::testThrowsIfNoPackageProvidedOnAddConnection PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 26) Enqueue\Tests\ResourcesTest::testShouldAllowGetPreviouslyRegisteredConnection PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 27) Enqueue\Tests\Router\RouteRecipientListProcessorTest::testShouldProduceRecipientsMessagesAndAckOriginalMessage The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 28) Enqueue\Tests\Symfony\Client\ConsumeCommandTest::testShouldBindCustomExecuteConsumptionAndUseCustomClientDestinationName The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 29) Enqueue\Tests\Symfony\Client\ConsumeCommandTest::testShouldBindQueuesOnlyOnce The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 30) Enqueue\Tests\Symfony\Client\ConsumeCommandTest::testShouldNotBindExternalRoutes The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 31) Enqueue\Tests\Symfony\Client\ConsumeCommandTest::testShouldSkipQueueConsumptionAndUseCustomClientDestinationName The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 32) Enqueue\Tests\Symfony\Consumption\ConfigurableConsumeCommandTest::testShouldExecuteConsumptionWithSeveralCustomQueues The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 33) Enqueue\Tests\Symfony\Consumption\ConfigurableConsumeCommandTest::testShouldExecuteConsumptionWhenProcessorImplementsQueueSubscriberInterface The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 34) Enqueue\Stomp\Tests\BufferedStompClientTest::testShouldCleanBufferOnDisconnect assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 35) Enqueue\Stomp\Tests\BufferedStompClientTest::testShouldAddFrameToBufferIfSubscriptionIdIsNotEqual The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 36) Enqueue\Stomp\Tests\BufferedStompClientTest::testShouldAddFirstFrameToBufferIfSubscriptionNotEqualAndReturnSecondFrameIfSubscriptionIsEqual The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 37) Enqueue\AmqpLib\Tests\AmqpContextTest::testShouldSetQos The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 38) Enqueue\Redis\Tests\RedisConsumerTest::testShouldCallRedisBRPopSeveralTimesWithFiveSecondTimeoutIfZeroTimeoutIsPassed The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 39) Enqueue\Redis\Tests\RedisContextTest::testShouldAllowDeleteQueue The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 40) Enqueue\Redis\Tests\RedisContextTest::testShouldAllowDeleteTopic The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 41) Enqueue\JobQueue\Tests\Doctrine\JobStorageTest::testShouldInsertIntoUniqueTableIfJobIsUniqueAndNew The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 42) Enqueue\JobQueue\Tests\Doctrine\JobStorageTest::testShouldDeleteRecordFromUniqueTableIfJobIsUniqueAndStoppedAtIsSet The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked. phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 -- There were 141 risky tests: 1) Enqueue\Tests\ArrayProcessorRegistryTest::testCouldBeConstructedWithoutAnyArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/ArrayProcessorRegistryTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 2) Enqueue\Tests\Client\ChainExtensionTest::testCouldBeConstructedWithExtensionsArray This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ChainExtensionTest.php:32 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 3) Enqueue\Tests\Client\ConsumptionExtension\DelayRedeliveredMessageExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ConsumptionExtension/DelayRedeliveredMessageExtensionTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 4) Enqueue\Tests\Client\ConsumptionExtension\ExclusiveCommandExtensionTest::testCouldBeConstructedWithDriverAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ConsumptionExtension/ExclusiveCommandExtensionTest.php:37 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 5) Enqueue\Tests\Client\ConsumptionExtension\FlushSpoolProducerExtensionTest::testCouldBeConstructedWithSpoolProducerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ConsumptionExtension/FlushSpoolProducerExtensionTest.php:33 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 6) Enqueue\Tests\Client\ConsumptionExtension\LogExtensionTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ConsumptionExtension/LogExtensionTest.php:58 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 7) Enqueue\Tests\Client\ConsumptionExtension\SetRouterPropertiesExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ConsumptionExtension/SetRouterPropertiesExtensionTest.php:30 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 8) Enqueue\Tests\Client\ConsumptionExtension\SetupBrokerExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ConsumptionExtension/SetupBrokerExtensionTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 9) Enqueue\Tests\Client\DelegateProcessorTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/DelegateProcessorTest.php:16 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 10) Enqueue\Tests\Client\DriverFactoryTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/DriverFactoryTest.php:64 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 11) Enqueue\Tests\Client\DriverPreSendTest::testCouldBeConstructedWithExpectedArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/DriverPreSendTest.php:22 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 12) Enqueue\Tests\Client\Extension\PrepareBodyExtensionTest::testCouldConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/Extension/PrepareBodyExtensionTest.php:25 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 13) Enqueue\Tests\Client\PostSendTest::testCouldBeConstructedWithExpectedArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/PostSendTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 14) Enqueue\Tests\Client\PreSendTest::testCouldBeConstructedWithExpectedArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/PreSendTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 15) Enqueue\Tests\Client\ProducerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ProducerTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 16) Enqueue\Tests\Client\ProducerTest::testCouldBeConstructedWithOptionalArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/ProducerTest.php:32 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 17) Enqueue\Tests\Client\SpoolProducerTest::testCouldBeConstructedWithRealProducer This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/SpoolProducerTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 18) Enqueue\Tests\Client\TraceableProducerTest::testCouldBeConstructedWithInternalMessageProducer This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Client/TraceableProducerTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 19) Enqueue\Tests\ConnectionFactoryFactoryTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/ConnectionFactoryFactoryTest.php:40 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 20) Enqueue\Tests\ConnectionFactoryFactoryTest::testShouldAcceptStringDSN This test did not perform any assertions /mqdev/pkg/enqueue/Tests/ConnectionFactoryFactoryTest.php:45 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 21) Enqueue\Tests\ConnectionFactoryFactoryTest::testShouldAcceptArrayWithDsnKey This test did not perform any assertions /mqdev/pkg/enqueue/Tests/ConnectionFactoryFactoryTest.php:52 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 22) Enqueue\Tests\Consumption\CallbackProcessorTest::testCouldBeConstructedWithCallableAsArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/CallbackProcessorTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 23) Enqueue\Tests\Consumption\ChainExtensionTest::testCouldBeConstructedWithExtensionsArray This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/ChainExtensionTest.php:36 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 24) Enqueue\Tests\Consumption\Exception\IllegalContextModificationExceptionTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Exception/IllegalContextModificationExceptionTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 25) Enqueue\Tests\Consumption\Exception\InvalidArgumentExceptionTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Exception/InvalidArgumentExceptionTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 26) Enqueue\Tests\Consumption\Exception\InvalidArgumentExceptionTest::testShouldDoNothingIfAssertDestinationInstanceOfSameAsExpected This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Exception/InvalidArgumentExceptionTest.php:39 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 27) Enqueue\Tests\Consumption\Exception\LogicExceptionTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Exception/LogicExceptionTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 28) Enqueue\Tests\Consumption\Extension\LimitConsumedMessagesExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Extension/LimitConsumedMessagesExtensionTest.php:19 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 29) Enqueue\Tests\Consumption\Extension\LimitConsumerMemoryExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Extension/LimitConsumerMemoryExtensionTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 30) Enqueue\Tests\Consumption\Extension\LimitConsumptionTimeExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Extension/LimitConsumptionTimeExtensionTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 31) Enqueue\Tests\Consumption\Extension\LogExtensionTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Extension/LogExtensionTest.php:52 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 32) Enqueue\Tests\Consumption\Extension\LoggerExtensionTest::testCouldBeConstructedWithLoggerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Extension/LoggerExtensionTest.php:23 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 33) Enqueue\Tests\Consumption\Extension\NicenessExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Extension/NicenessExtensionTest.php:14 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 34) Enqueue\Tests\Consumption\Extension\ReplyExtensionTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/Extension/ReplyExtensionTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 35) Enqueue\Tests\Consumption\FallbackSubscriptionConsumerTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/FallbackSubscriptionConsumerTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 36) Enqueue\Tests\Consumption\FallbackSubscriptionConsumerTest::testShouldAllowSubscribeSameConsumerAndCallbackSecondTime This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/FallbackSubscriptionConsumerTest.php:72 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 37) Enqueue\Tests\Consumption\QueueConsumerTest::testCouldBeConstructedWithAllArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/QueueConsumerTest.php:42 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 38) Enqueue\Tests\Consumption\QueueConsumerTest::testCouldBeConstructedWithContextOnly This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/QueueConsumerTest.php:47 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 39) Enqueue\Tests\Consumption\QueueConsumerTest::testCouldBeConstructedWithContextAndSingleExtension This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Consumption/QueueConsumerTest.php:52 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 40) Enqueue\Tests\Router\RouteRecipientListProcessorTest::testCouldBeConstructedWithRouterAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Router/RouteRecipientListProcessorTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 41) Enqueue\Tests\Rpc\RpcClientTest::testCouldBeConstructedWithContextAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Rpc/RpcClientTest.php:18 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 42) Enqueue\Tests\Symfony\Client\ConsumeCommandTest::testCouldBeConstructedWithRequiredAttributes This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/ConsumeCommandTest.php:42 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 43) Enqueue\Tests\Symfony\Client\DependencyInjection\AnalyzeRouteCollectionPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/DependencyInjection/AnalyzeRouteCollectionPassTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 44) Enqueue\Tests\Symfony\Client\DependencyInjection\BuildClientExtensionsPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/DependencyInjection/BuildClientExtensionsPassTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 45) Enqueue\Tests\Symfony\Client\DependencyInjection\BuildCommandSubscriberRoutesPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/DependencyInjection/BuildCommandSubscriberRoutesPassTest.php:32 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 46) Enqueue\Tests\Symfony\Client\DependencyInjection\BuildConsumptionExtensionsPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/DependencyInjection/BuildConsumptionExtensionsPassTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 47) Enqueue\Tests\Symfony\Client\DependencyInjection\BuildProcessorRegistryPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/DependencyInjection/BuildProcessorRegistryPassTest.php:29 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 48) Enqueue\Tests\Symfony\Client\DependencyInjection\BuildProcessorRoutesPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/DependencyInjection/BuildProcessorRoutesPassTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 49) Enqueue\Tests\Symfony\Client\DependencyInjection\BuildTopicSubscriberRoutesPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/DependencyInjection/BuildTopicSubscriberRoutesPassTest.php:32 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 50) Enqueue\Tests\Symfony\Client\FlushSpoolProducerListenerTest::testCouldBeConstructedWithSpoolProducerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/FlushSpoolProducerListenerTest.php:42 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 51) Enqueue\Tests\Symfony\Client\ProduceCommandTest::testCouldBeConstructedWithContainerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/ProduceCommandTest.php:29 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 52) Enqueue\Tests\Symfony\Client\RoutesCommandTest::testCouldBeConstructedWithConfigAndRouteCollectionAsArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/RoutesCommandTest.php:31 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 53) Enqueue\Tests\Symfony\Client\SetupBrokerCommandTest::testCouldBeConstructedWithContainerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/SetupBrokerCommandTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 54) Enqueue\Tests\Symfony\Client\SimpleConsumeCommandTest::testCouldBeConstructedWithRequiredAttributes This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/SimpleConsumeCommandTest.php:32 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 55) Enqueue\Tests\Symfony\Client\SimpleProduceCommandTest::testCouldBeConstructedWithContainerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/SimpleProduceCommandTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 56) Enqueue\Tests\Symfony\Client\SimpleRoutesCommandTest::testCouldBeConstructedWithConfigAndRouteCollectionAsArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/SimpleRoutesCommandTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 57) Enqueue\Tests\Symfony\Client\SimpleSetupBrokerCommandTest::testCouldBeConstructedWithContainerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Client/SimpleSetupBrokerCommandTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 58) Enqueue\Tests\Symfony\Consumption\ConfigurableConsumeCommandTest::testCouldBeConstructedWithRequiredAttributes This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Consumption/ConfigurableConsumeCommandTest.php:35 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 59) Enqueue\Tests\Symfony\Consumption\ConsumeCommandTest::testCouldBeConstructedWithRequiredAttributes This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Consumption/ConsumeCommandTest.php:37 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 60) Enqueue\Tests\Symfony\Consumption\SimpleConsumeCommandTest::testCouldBeConstructedWithRequiredAttributes This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/Consumption/SimpleConsumeCommandTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 61) Enqueue\Tests\Symfony\ContainerProcessorRegistryTest::testCouldBeConstructedWithContainerAsFirstArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/ContainerProcessorRegistryTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 62) Enqueue\Tests\Symfony\DependencyInjection\BuildConsumptionExtensionsPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/DependencyInjection/BuildConsumptionExtensionsPassTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 63) Enqueue\Tests\Symfony\DependencyInjection\BuildProcessorRegistryPassTest::testCouldBeConstructedWithoutArguments This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/DependencyInjection/BuildProcessorRegistryPassTest.php:29 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 64) Enqueue\Tests\Symfony\LazyProducerTest::testCouldBeConstructedWithContainerAndServiceId This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Symfony/LazyProducerTest.php:23 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 65) Enqueue\Tests\Util\VarExportTest::testCouldBeConstructedWithValueAsArgument This test did not perform any assertions /mqdev/pkg/enqueue/Tests/Util/VarExportTest.php:10 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 66) Enqueue\Stomp\Tests\BufferedStompClientTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/stomp/Tests/BufferedStompClientTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 67) Enqueue\Stomp\Tests\StompConsumerTest::testCouldBeConstructedWithRequiredAttributes This test did not perform any assertions /mqdev/pkg/stomp/Tests/StompConsumerTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 68) Enqueue\Stomp\Tests\StompContextTest::testCouldBeCreatedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/stomp/Tests/StompContextTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 69) Enqueue\Stomp\Tests\StompContextTest::testCouldBeConstructedWithExtChannelCallbackFactoryAsFirstArgument This test did not perform any assertions /mqdev/pkg/stomp/Tests/StompContextTest.php:31 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 70) Enqueue\AmqpExt\Tests\AmqpConsumerTest::testCouldBeConstructedWithContextAndQueueAsArguments This test did not perform any assertions /mqdev/pkg/amqp-ext/Tests/AmqpConsumerTest.php:22 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 71) Enqueue\AmqpExt\Tests\AmqpContextTest::testCouldBeConstructedWithExtChannelAsFirstArgument This test did not perform any assertions /mqdev/pkg/amqp-ext/Tests/AmqpContextTest.php:31 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 72) Enqueue\AmqpExt\Tests\AmqpContextTest::testCouldBeConstructedWithExtChannelCallbackFactoryAsFirstArgument This test did not perform any assertions /mqdev/pkg/amqp-ext/Tests/AmqpContextTest.php:36 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 73) Enqueue\AmqpExt\Tests\AmqpSubscriptionConsumerTest::testCouldBeConstructedWithAmqpContextAsFirstArgument This test did not perform any assertions /mqdev/pkg/amqp-ext/Tests/AmqpSubscriptionConsumerTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 74) Enqueue\AmqpBunny\Tests\AmqpConsumerTest::testCouldBeConstructedWithContextAndQueueAsArguments This test did not perform any assertions /mqdev/pkg/amqp-bunny/Tests/AmqpConsumerTest.php:30 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 75) Enqueue\AmqpBunny\Tests\AmqpProducerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/amqp-bunny/Tests/AmqpProducerTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 76) Enqueue\AmqpBunny\Tests\AmqpSubscriptionConsumerTest::testCouldBeConstructedWithAmqpContextAsFirstArgument This test did not perform any assertions /mqdev/pkg/amqp-bunny/Tests/AmqpSubscriptionConsumerTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 77) Enqueue\Fs\Tests\FsConsumerTest::testCouldBeConstructedWithContextAndDestinationAndPreFetchCountAsArguments This test did not perform any assertions /mqdev/pkg/fs/Tests/FsConsumerTest.php:23 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 78) Enqueue\Fs\Tests\FsConsumerTest::testShouldDoNothingOnAcknowledge This test did not perform any assertions /mqdev/pkg/fs/Tests/FsConsumerTest.php:53 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 79) Enqueue\Fs\Tests\FsConsumerTest::testShouldDoNothingOnReject This test did not perform any assertions /mqdev/pkg/fs/Tests/FsConsumerTest.php:60 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 80) Enqueue\Fs\Tests\FsContextTest::testCouldBeConstructedWithExpectedArguments This test did not perform any assertions /mqdev/pkg/fs/Tests/FsContextTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 81) Enqueue\Fs\Tests\FsContextTest::testShouldCreateConsumer This test did not perform any assertions /mqdev/pkg/fs/Tests/FsContextTest.php:125 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 82) Enqueue\Fs\Tests\FsProducerTest::testCouldBeConstructedWithContextAsFirstArgument This test did not perform any assertions /mqdev/pkg/fs/Tests/FsProducerTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 83) Enqueue\Redis\Tests\RedisConsumerTest::testCouldBeConstructedWithContextAndDestinationAndPreFetchCountAsArguments This test did not perform any assertions /mqdev/pkg/redis/Tests/RedisConsumerTest.php:25 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 84) Enqueue\Redis\Tests\RedisContextTest::testCouldBeConstructedWithRedisAsFirstArgument This test did not perform any assertions /mqdev/pkg/redis/Tests/RedisContextTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 85) Enqueue\Redis\Tests\RedisContextTest::testCouldBeConstructedWithRedisFactoryAsFirstArgument This test did not perform any assertions /mqdev/pkg/redis/Tests/RedisContextTest.php:33 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 86) Enqueue\Redis\Tests\RedisProducerTest::testCouldBeConstructedWithRedisAsFirstArgument This test did not perform any assertions /mqdev/pkg/redis/Tests/RedisProducerTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 87) Enqueue\Redis\Tests\RedisSubscriptionConsumerTest::testCouldBeConstructedWithRedisContextAsFirstArgument This test did not perform any assertions /mqdev/pkg/redis/Tests/RedisSubscriptionConsumerTest.php:25 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 88) Enqueue\Redis\Tests\RedisSubscriptionConsumerTest::testShouldAllowSubscribeSameConsumerAndCallbackSecondTime This test did not perform any assertions /mqdev/pkg/redis/Tests/RedisSubscriptionConsumerTest.php:66 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 89) Enqueue\Redis\Tests\Spec\JsonSerializerTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/redis/Tests/Spec/JsonSerializerTest.php:23 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 90) Enqueue\Dbal\Tests\DbalConsumerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/dbal/Tests/DbalConsumerTest.php:31 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 91) Enqueue\Dbal\Tests\DbalContextTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/dbal/Tests/DbalContextTest.php:30 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 92) Enqueue\Dbal\Tests\DbalProducerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/dbal/Tests/DbalProducerTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 93) Enqueue\Dbal\Tests\DbalSubscriptionConsumerTest::testCouldBeConstructedWithDbalContextAsFirstArgument This test did not perform any assertions /mqdev/pkg/dbal/Tests/DbalSubscriptionConsumerTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 94) Enqueue\Dbal\Tests\DbalSubscriptionConsumerTest::testShouldAllowSubscribeSameConsumerAndCallbackSecondTime This test did not perform any assertions /mqdev/pkg/dbal/Tests/DbalSubscriptionConsumerTest.php:69 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 95) Enqueue\Null\Tests\NullConnectionFactoryTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/null/Tests/NullConnectionFactoryTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 96) Enqueue\Null\Tests\NullConsumerTest::testCouldBeConstructedWithQueueAsArgument This test did not perform any assertions /mqdev/pkg/null/Tests/NullConsumerTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 97) Enqueue\Null\Tests\NullConsumerTest::testShouldDoNothingOnAcknowledge This test did not perform any assertions /mqdev/pkg/null/Tests/NullConsumerTest.php:44 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 98) Enqueue\Null\Tests\NullConsumerTest::testShouldDoNothingOnReject This test did not perform any assertions /mqdev/pkg/null/Tests/NullConsumerTest.php:51 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 99) Enqueue\Null\Tests\NullContextTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/null/Tests/NullContextTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 100) Enqueue\Null\Tests\NullProducerTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/null/Tests/NullProducerTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 101) Enqueue\Null\Tests\NullProducerTest::testShouldDoNothingOnSend This test did not perform any assertions /mqdev/pkg/null/Tests/NullProducerTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 102) Enqueue\Null\Tests\NullQueueTest::testCouldBeConstructedWithNameAsArgument This test did not perform any assertions /mqdev/pkg/null/Tests/NullQueueTest.php:19 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 103) Enqueue\Null\Tests\NullTopicTest::testCouldBeConstructedWithNameAsArgument This test did not perform any assertions /mqdev/pkg/null/Tests/NullTopicTest.php:19 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 104) Enqueue\Sqs\Tests\SqsConsumerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/sqs/Tests/SqsConsumerTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 105) Enqueue\Sqs\Tests\SqsContextTest::testCouldBeConstructedWithSqsClientAsFirstArgument This test did not perform any assertions /mqdev/pkg/sqs/Tests/SqsContextTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 106) Enqueue\Sqs\Tests\SqsProducerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/sqs/Tests/SqsProducerTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 107) Enqueue\Sns\Tests\SnsProducerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/sns/Tests/SnsProducerTest.php:30 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 108) Enqueue\SnsQs\Tests\SnsQsProducerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/snsqs/Tests/SnsQsProducerTest.php:35 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 109) Enqueue\Pheanstalk\Tests\PheanstalkConsumerTest::testCouldBeConstructedWithDestinationAndPheanstalkAsArguments This test did not perform any assertions /mqdev/pkg/pheanstalk/Tests/PheanstalkConsumerTest.php:17 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 110) Enqueue\Pheanstalk\Tests\PheanstalkContextTest::testCouldBeConstructedWithPheanstalkAsFirstArgument This test did not perform any assertions /mqdev/pkg/pheanstalk/Tests/PheanstalkContextTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 111) Enqueue\Pheanstalk\Tests\PheanstalkProducerTest::testCouldBeConstructedWithPheanstalkAsFirstArgument This test did not perform any assertions /mqdev/pkg/pheanstalk/Tests/PheanstalkProducerTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 112) Enqueue\Gearman\Tests\GearmanContextTest::testCouldBeConstructedWithConnectionConfigAsFirstArgument This test did not perform any assertions /mqdev/pkg/gearman/Tests/GearmanContextTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 113) Enqueue\Gearman\Tests\GearmanProducerTest::testCouldBeConstructedWithGearmanClientAsFirstArgument This test did not perform any assertions /mqdev/pkg/gearman/Tests/GearmanProducerTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 114) Enqueue\RdKafka\Tests\JsonSerializerTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/rdkafka/Tests/JsonSerializerTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 115) Enqueue\RdKafka\Tests\RdKafkaConsumerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/rdkafka/Tests/RdKafkaConsumerTest.php:16 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 116) Enqueue\RdKafka\Tests\RdKafkaProducerTest::testCouldBeConstructedWithKafkaProducerAndSerializerAsArguments This test did not perform any assertions /mqdev/pkg/rdkafka/Tests/RdKafkaProducerTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 117) Enqueue\Mongodb\Tests\MongodbConsumerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/mongodb/Tests/MongodbConsumerTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 118) Enqueue\Mongodb\Tests\MongodbConsumerTest::testCouldCallAcknowledgedMethod This test did not perform any assertions /mqdev/pkg/mongodb/Tests/MongodbConsumerTest.php:42 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 119) Enqueue\Mongodb\Tests\MongodbContextTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/mongodb/Tests/MongodbContextTest.php:32 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 120) Enqueue\Mongodb\Tests\MongodbProducerTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/mongodb/Tests/MongodbProducerTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 121) Enqueue\Mongodb\Tests\MongodbSubscriptionConsumerTest::testCouldBeConstructedWithMongodbContextAsFirstArgument This test did not perform any assertions /mqdev/pkg/mongodb/Tests/MongodbSubscriptionConsumerTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 122) Enqueue\Mongodb\Tests\MongodbSubscriptionConsumerTest::testShouldAllowSubscribeSameConsumerAndCallbackSecondTime This test did not perform any assertions /mqdev/pkg/mongodb/Tests/MongodbSubscriptionConsumerTest.php:68 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 123) Enqueue\Bundle\Tests\Unit\Consumption\Extension\DoctrineClearIdentityMapExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue-bundle/Tests/Unit/Consumption/Extension/DoctrineClearIdentityMapExtensionTest.php:19 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 124) Enqueue\Bundle\Tests\Unit\Consumption\Extension\DoctrinePingConnectionExtensionTest::testCouldBeConstructedWithRequiredAttributes This test did not perform any assertions /mqdev/pkg/enqueue-bundle/Tests/Unit/Consumption/Extension/DoctrinePingConnectionExtensionTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 125) Enqueue\Bundle\Tests\Unit\Consumption\Extension\ResetServicesExtensionTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/enqueue-bundle/Tests/Unit/Consumption/Extension/ResetServicesExtensionTest.php:19 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 126) Enqueue\Bundle\Tests\Unit\DependencyInjection\ConfigurationTest::testCouldBeConstructedWithDebugAsArgument This test did not perform any assertions /mqdev/pkg/enqueue-bundle/Tests/Unit/DependencyInjection/ConfigurationTest.php:28 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 127) Enqueue\Bundle\Tests\Unit\DependencyInjection\EnqueueExtensionTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue-bundle/Tests/Unit/DependencyInjection/EnqueueExtensionTest.php:33 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 128) Enqueue\Bundle\Tests\Unit\EnqueueBundleTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/enqueue-bundle/Tests/Unit/EnqueueBundleTest.php:19 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 129) Enqueue\Bundle\Tests\Unit\Profiler\MessageQueueCollectorTest::testCouldBeConstructedWithEmptyConstructor This test did not perform any assertions /mqdev/pkg/enqueue-bundle/Tests/Unit/Profiler/MessageQueueCollectorTest.php:26 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 130) Enqueue\JobQueue\Tests\CalculateRootJobStatusProcessorTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/job-queue/Tests/CalculateRootJobStatusProcessorTest.php:20 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 131) Enqueue\JobQueue\Tests\CalculateRootJobStatusServiceTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/job-queue/Tests/CalculateRootJobStatusServiceTest.php:12 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 132) Enqueue\JobQueue\Tests\DependentJobContextTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/job-queue/Tests/DependentJobContextTest.php:10 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 133) Enqueue\JobQueue\Tests\DependentJobServiceTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/job-queue/Tests/DependentJobServiceTest.php:13 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 134) Enqueue\JobQueue\Tests\Doctrine\JobStorageTest::testCouldBeConstructedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/job-queue/Tests/Doctrine/JobStorageTest.php:18 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 135) Enqueue\JobQueue\Tests\JobProcessorTest::testCouldBeCreatedWithRequiredArguments This test did not perform any assertions /mqdev/pkg/job-queue/Tests/JobProcessorTest.php:16 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 136) Enqueue\AsyncEventDispatcher\Tests\AsyncProcessorTest::testCouldBeConstructedWithRegistryAndProxyEventDispatcher This test did not perform any assertions /mqdev/pkg/async-event-dispatcher/Tests/AsyncProcessorTest.php:27 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 137) Enqueue\AsyncEventDispatcher\Tests\ContainerAwareRegistryTest::testCouldBeConstructedWithEventsMapAndTransformersMapAsArguments This test did not perform any assertions /mqdev/pkg/async-event-dispatcher/Tests/ContainerAwareRegistryTest.php:23 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 138) Enqueue\AsyncEventDispatcher\Tests\PhpSerializerEventTransformerTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/async-event-dispatcher/Tests/PhpSerializerEventTransformerTest.php:24 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 139) Enqueue\AsyncEventDispatcher\Tests\SimpleRegistryTest::testCouldBeConstructedWithEventsMapAndTransformersMapAsArguments This test did not perform any assertions /mqdev/pkg/async-event-dispatcher/Tests/SimpleRegistryTest.php:21 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 140) Enqueue\Dsn\Tests\DsnTest::testCouldBeConstructedWithDsnAsFirstArgument This test did not perform any assertions /mqdev/pkg/dsn/Tests/DsnTest.php:11 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 141) Enqueue\Wamp\Tests\Spec\JsonSerializerTest::testCouldBeConstructedWithoutAnyArguments This test did not perform any assertions /mqdev/pkg/wamp/Tests/Spec/JsonSerializerTest.php:23 phpvfscomposer:///mqdev/vendor/phpunit/phpunit/phpunit:106 WARNINGS! Tests: 3271, Assertions: 6448, Warnings: 42, Incomplete: 2, Risky: 141. 

@ahmedkhan847
Copy link
Author

@makasim Can you please review it?

@ahmedkhan847
Copy link
Author

@makasim fix the issue in the waitfor part. I hope it works this time :) Sorry it taking a lot of your time as well :)

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ahmedkhan847@makasim@savvasal