| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 28 | public function providerForUnCachedMethods() : array |
||
| 29 | { |
||
| 30 | // string $method, array $arguments, array? $tags, string? $key |
||
| 31 | return [ |
||
| 32 | ['loadTrashItem', [6]], |
||
| 33 | ['trashSubtree', [6], ['location-6', 'location-path-6']], |
||
| 34 | ['recover', [6, 2], ['location-6', 'location-path-6']], |
||
| 35 | ['emptyTrash', []], |
||
| 36 | ['deleteTrashItem', [6]], |
||
| 37 | ]; |
||
| 38 | } |
||
| 39 | |||
| 47 |