api/symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportFactoryTest.yaml

89 lines
2.6 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: SchedulerTransportFactoryTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ClockInterface
type: class
source: Psr\Clock\ClockInterface
- name: ContainerInterface
type: class
source: Psr\Container\ContainerInterface
- name: SerializerInterface
type: class
source: Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
- name: InvalidArgumentException
type: class
source: Symfony\Component\Scheduler\Exception\InvalidArgumentException
- name: MessageGenerator
type: class
source: Symfony\Component\Scheduler\Generator\MessageGenerator
- name: SchedulerTransport
type: class
source: Symfony\Component\Scheduler\Messenger\SchedulerTransport
- name: SchedulerTransportFactory
type: class
source: Symfony\Component\Scheduler\Messenger\SchedulerTransportFactory
- name: RecurringMessage
type: class
source: Symfony\Component\Scheduler\RecurringMessage
- name: ScheduleProviderInterface
type: class
source: Symfony\Component\Scheduler\ScheduleProviderInterface
- name: SomeScheduleProvider
type: class
source: Symfony\Component\Scheduler\Tests\Fixtures\SomeScheduleProvider
- name: TriggerInterface
type: class
source: Symfony\Component\Scheduler\Trigger\TriggerInterface
- name: ServiceLocatorTrait
type: class
source: Symfony\Contracts\Service\ServiceLocatorTrait
- name: ServiceLocatorTrait
type: class
source: ServiceLocatorTrait
properties: []
methods:
- name: testCreateTransport
visibility: public
parameters: []
comment: null
- name: testInvalidDsn
visibility: public
parameters: []
comment: null
- name: testNoName
visibility: public
parameters: []
comment: null
- name: testNotFound
visibility: public
parameters: []
comment: null
- name: testSupports
visibility: public
parameters: []
comment: null
- name: makeTransportFactoryWithStubs
visibility: private
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Clock\ClockInterface
- Psr\Container\ContainerInterface
- Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
- Symfony\Component\Scheduler\Exception\InvalidArgumentException
- Symfony\Component\Scheduler\Generator\MessageGenerator
- Symfony\Component\Scheduler\Messenger\SchedulerTransport
- Symfony\Component\Scheduler\Messenger\SchedulerTransportFactory
- Symfony\Component\Scheduler\RecurringMessage
- Symfony\Component\Scheduler\ScheduleProviderInterface
- Symfony\Component\Scheduler\Tests\Fixtures\SomeScheduleProvider
- Symfony\Component\Scheduler\Trigger\TriggerInterface
- Symfony\Contracts\Service\ServiceLocatorTrait
- ServiceLocatorTrait
interfaces:
- ContainerInterface