name: SemaphoreFactoryTest class_comment: "# * @author J\xE9r\xE9my Deruss\xE9 \n# * @author\ \ Gr\xE9goire Pineau " 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: []