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

31 lines
828 B
YAML

name: StopWorkersCommandTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CacheItemInterface
type: class
source: Psr\Cache\CacheItemInterface
- name: CacheItemPoolInterface
type: class
source: Psr\Cache\CacheItemPoolInterface
- name: CommandTester
type: class
source: Symfony\Component\Console\Tester\CommandTester
- name: StopWorkersCommand
type: class
source: Symfony\Component\Messenger\Command\StopWorkersCommand
properties: []
methods:
- name: testItSetsCacheItem
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Cache\CacheItemInterface
- Psr\Cache\CacheItemPoolInterface
- Symfony\Component\Console\Tester\CommandTester
- Symfony\Component\Messenger\Command\StopWorkersCommand
interfaces: []