| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | * @throws PathsException |
||
| 21 | */ |
||
| 22 | public function testExisting(): void |
||
| 23 | { |
||
| 24 | // in meta source the path targets the meta file with records of entries |
||
| 25 | // in entries source the path targets the directory with files or or group identifier of entries |
||
| 26 | $path = $this->getTargetPath(); |
||
| 27 | $lib = $this->getLib($path); // meta with data |
||
| 28 | $lib->setMeta(['target.meta']); // file with meta data |
||
| 29 | $lib->load(); |
||
| 65 |