platform/api/symfony/Component/Messenger/Tests/Stamp/SentToFailureTransportStampTest.yaml
2024-09-02 10:44:11 -07:00

19 lines
492 B
YAML

name: SentToFailureTransportStampTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: SentToFailureTransportStamp
type: class
source: Symfony\Component\Messenger\Stamp\SentToFailureTransportStamp
properties: []
methods:
- name: testGetOriginalReceiverName
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Messenger\Stamp\SentToFailureTransportStamp
interfaces: []