api/symfony/Component/Lock/Tests/Store/ZookeeperStoreFactoryTest.yaml

36 lines
857 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
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: []