name: AbstractStoreTestCase class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: SemaphoreAcquiringException type: class source: Symfony\Component\Semaphore\Exception\SemaphoreAcquiringException - name: SemaphoreExpiredException type: class source: Symfony\Component\Semaphore\Exception\SemaphoreExpiredException - name: Key type: class source: Symfony\Component\Semaphore\Key - name: PersistingStoreInterface type: class source: Symfony\Component\Semaphore\PersistingStoreInterface properties: [] methods: - name: getStore visibility: protected parameters: [] comment: null - name: testSaveExistAndDelete visibility: public parameters: [] comment: null - name: testSaveWithDifferentResources visibility: public parameters: [] comment: null - name: testSaveWithDifferentKeysOnSameResource visibility: public parameters: [] comment: null - name: testSaveWithLimitAt2 visibility: public parameters: [] comment: null - name: testSaveWithWeightAndLimitAt3 visibility: public parameters: [] comment: null - name: testPutOffExpiration visibility: public parameters: [] comment: null - name: testPutOffExpirationWhenSaveHasNotBeenCalled visibility: public parameters: [] comment: null - name: testSaveTwice visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Semaphore\Exception\SemaphoreAcquiringException - Symfony\Component\Semaphore\Exception\SemaphoreExpiredException - Symfony\Component\Semaphore\Key - Symfony\Component\Semaphore\PersistingStoreInterface interfaces: []