api/symfony/Component/Lock/Tests/Store/ZookeeperStoreFactoryTest.yaml
2024-09-26 02:03:21 -07:00

35 lines
857 B
YAML

name: ZookeeperStoreFactoryTest
class_comment: '# * @author Alexandre Daubois <alex.daubois@gmail.com>
# *
# * @requires extension zookeeper'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: StoreFactory
type: class
source: Symfony\Component\Lock\Store\StoreFactory
- name: ZookeeperStore
type: class
source: Symfony\Component\Lock\Store\ZookeeperStore
properties: []
methods:
- name: testCreateZooKeeperStore
visibility: public
parameters: []
comment: null
- name: testCreateZooKeeperStoreAsDsn
visibility: public
parameters: []
comment: null
- name: testCreateZooKeeperStoreWithMultipleHosts
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Lock\Store\StoreFactory
- Symfony\Component\Lock\Store\ZookeeperStore
interfaces: []