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

39 lines
930 B
YAML

name: MongoDbStoreFactoryTest
class_comment: '# * @author Alexandre Daubois <alex.daubois@gmail.com>
# *
# * @requires extension mongodb'
dependencies:
- name: Collection
type: class
source: MongoDB\Collection
- name: Manager
type: class
source: MongoDB\Driver\Manager
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: MongoDbStore
type: class
source: Symfony\Component\Lock\Store\MongoDbStore
- name: StoreFactory
type: class
source: Symfony\Component\Lock\Store\StoreFactory
properties: []
methods:
- name: testCreateMongoDbCollectionStore
visibility: public
parameters: []
comment: null
- name: testCreateMongoDbCollectionStoreAsDsn
visibility: public
parameters: []
comment: null
traits:
- MongoDB\Collection
- MongoDB\Driver\Manager
- PHPUnit\Framework\TestCase
- Symfony\Component\Lock\Store\MongoDbStore
- Symfony\Component\Lock\Store\StoreFactory
interfaces: []