| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | public function testOwn(): void |
||
| 18 | { |
||
| 19 | $store = new Storage(new Storage\Factory(new Storage\Key\Factory(), new Storage\Target\Factory())); |
||
| 20 | $store->init('none'); |
||
| 21 | $lib = new XStorage(); |
||
| 22 | $lib->setStorage($store); |
||
| 23 | $this->assertInstanceOf(Storage::class, $lib->getStorage()); |
||
| 24 | } |
||
| 42 |