api/symfony/Component/Semaphore/Tests/SemaphoreFactoryTest.yaml

37 lines
994 B
YAML
Raw Permalink Normal View History

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