nuwber / rabbitevents

Nuwber's RabbitEvents provides a simple observer implementation, allowing you to publishing and handling for various events that occur in your applications. For example, if you need to react to some event occurred in another API.
MIT License
121 stars 36 forks source link

Testing: allow to assert that event published without payload #76

Closed andrew-nuwber closed 3 years ago

andrew-nuwber commented 3 years ago

& testing doc update

codecov[bot] commented 3 years ago

Codecov Report

Merging #76 (d95f103) into master (7de5a9e) will increase coverage by 0.60%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #76      +/-   ##
============================================
+ Coverage     90.50%   91.11%   +0.60%     
  Complexity      125      125              
============================================
  Files            15       15              
  Lines           295      304       +9     
============================================
+ Hits            267      277      +10     
+ Misses           28       27       -1     
Impacted Files Coverage Δ
src/Queue/Context.php 100.00% <0.00%> (ø)
src/Event/Publisher.php 100.00% <0.00%> (ø)
src/Amqp/BindFactory.php 100.00% <0.00%> (ø)
src/Amqp/QueueFactory.php 100.00% <0.00%> (ø)
src/Amqp/TopicFactory.php 100.00% <0.00%> (ø)
src/Queue/Jobs/Factory.php 100.00% <0.00%> (ø)
src/Queue/Message/Sender.php 100.00% <0.00%> (ø)
src/Queue/Message/Factory.php 100.00% <0.00%> (ø)
src/Queue/Message/Processor.php 91.66% <0.00%> (+0.17%) :arrow_up:
src/Amqp/Connection.php 84.21% <0.00%> (+0.42%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7de5a9e...d95f103. Read the comment docs.