api/symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsIntegrationTest.yaml
2024-09-26 02:03:21 -07:00

41 lines
1 KiB
YAML

name: AmazonSqsIntegrationTest
class_comment: '# * @group integration'
dependencies:
- name: SqsClient
type: class
source: AsyncAws\Sqs\SqsClient
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: DummyMessage
type: class
source: Symfony\Component\Messenger\Bridge\AmazonSqs\Tests\Fixtures\DummyMessage
- name: Connection
type: class
source: Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\Connection
properties: []
methods:
- name: testConnectionSendToFifoQueueAndGet
visibility: public
parameters: []
comment: null
- name: testConnectionSendAndGet
visibility: public
parameters: []
comment: null
- name: execute
visibility: private
parameters:
- name: dsn
comment: null
- name: clearSqs
visibility: private
parameters:
- name: dsn
comment: null
traits:
- AsyncAws\Sqs\SqsClient
- PHPUnit\Framework\TestCase
- Symfony\Component\Messenger\Bridge\AmazonSqs\Tests\Fixtures\DummyMessage
- Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\Connection
interfaces: []