| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class RetryLockStoreDelegatorFactoryTest extends TestCase |
||
| 15 | { |
||
| 16 | use ProphecyTrait; |
||
| 17 | |||
| 18 | private RetryLockStoreDelegatorFactory $delegator; |
||
| 19 | private PersistingStoreInterface $originalStore; |
||
| 20 | |||
| 21 | public function setUp(): void |
||
| 25 | } |
||
| 26 | |||
| 27 | /** @test */ |
||
| 28 | public function originalStoreIsWrappedInRetryStore(): void |
||
| 41 |