Closed s1lver closed 1 year ago
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | #27 |
Enhancements in QueueFactoryTest.php
This update focuses on improving and streamlining the testing process by amending the creation of the 'queue' object. This alteration is accomplished by calling the new getDefaultQueue()
private method which creates a default 'Queue' object. Furthermore, there are revisions relating to the configuration of the default channel name.
Introduction of New Test Method in JobStatusTest.php
The addition of a new test method testException()
aims to broaden the scope of the testing process. Furthermore, this update introduces support for handling 'InvalidStatusException' and a TestJobStatus
class.
Creation of a New Test File
The TestJobStatus.php
file is a new addition to the project, located under the tests/Unit/Support/
directory. This will aid in the further expansion of the project's test coverage.
Patch coverage: 100.00%
and project coverage change: +7.12%
:tada:
Comparison is base (
953bee1
) 80.89% compared to head (7f38a92
) 88.01%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.