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