| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class CasbinCombinedAdapterBootstrapperTest extends TestCase |
||
| 12 | { |
||
| 13 | /** @var CasbinCombinedAdapterBootstrapper */ |
||
| 14 | protected CasbinCombinedAdapterBootstrapper $sut; |
||
| 15 | |||
| 16 | public function setUp(): void |
||
| 17 | { |
||
| 18 | $this->sut = new CasbinCombinedAdapterBootstrapper(); |
||
| 19 | } |
||
| 20 | |||
| 21 | public function testRegisterBindings() |
||
| 34 | } |
||
| 35 | } |
||
| 36 |