This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Messenger/Tests
Fabien Potencier 177a0d9320 bug #30798 [Messenger] Updating SyncTransport for recent changes + tests (weaverryan)
This PR was merged into the 4.3-dev branch.

Discussion
----------

[Messenger] Updating SyncTransport for recent changes + tests

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | none
| License       | MIT
| Doc PR        | not needed

When making the `SyncTransport`, I neglected having at least one test in each of these classes, which allowed the test suite to pass, even after some interface changes made these classes fail. Fixed all of that :)

Commits
-------

2df023be46 Updating SyncTransport for recent changes + tests
2019-03-31 18:31:45 +02:00
..
Command [Messenger] ReceiverInterface::handle() to get() & Worker with prioritized transports 2019-03-30 08:01:26 +01:00
DataCollector fixed CS 2019-01-16 19:35:49 +01:00
DependencyInjection [Messenger] ReceiverInterface::handle() to get() & Worker with prioritized transports 2019-03-30 08:01:26 +01:00
Fixtures [Messenger] ReceiverInterface::handle() to get() & Worker with prioritized transports 2019-03-30 08:01:26 +01:00
Handler fixed CS 2019-01-16 21:35:37 +01:00
Middleware Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
Retry Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
Stamp Fixing bad return on getter 2019-03-26 23:10:31 -04:00
Transport bug #30798 [Messenger] Updating SyncTransport for recent changes + tests (weaverryan) 2019-03-31 18:31:45 +02:00
Worker [Messenger] ReceiverInterface::handle() to get() & Worker with prioritized transports 2019-03-30 08:01:26 +01:00
EnvelopeTest.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
HandleTraitTest.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
MessageBusTest.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
RoutableMessageBusTest.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
TraceableMessageBusTest.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
WorkerTest.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00