api/symfony/Component/Semaphore/Tests/SemaphoreFactoryTest.yaml
2024-09-26 02:03:21 -07:00

36 lines
994 B
YAML

name: SemaphoreFactoryTest
class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>\n# * @author\
\ Gr\xE9goire Pineau <lyrixx@lyrixx.info>"
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: LoggerInterface
type: class
source: Psr\Log\LoggerInterface
- name: Key
type: class
source: Symfony\Component\Semaphore\Key
- name: PersistingStoreInterface
type: class
source: Symfony\Component\Semaphore\PersistingStoreInterface
- name: SemaphoreFactory
type: class
source: Symfony\Component\Semaphore\SemaphoreFactory
properties: []
methods:
- name: testCreateSemaphore
visibility: public
parameters: []
comment: null
- name: testCreateSemaphoreFromKey
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Psr\Log\LoggerInterface
- Symfony\Component\Semaphore\Key
- Symfony\Component\Semaphore\PersistingStoreInterface
- Symfony\Component\Semaphore\SemaphoreFactory
interfaces: []