| 1 | <?php |
||
| 25 | final class TemplatePathsCacheClearerSpec extends ObjectBehavior |
||
| 26 | { |
||
| 27 | function let(Cache $cache): void |
||
| 31 | |||
| 32 | function it_implements_cache_clearer_interface(): void |
||
| 36 | |||
| 37 | function it_deletes_all_elements_if_cache_is_clearable(ClearableCache $cache): void |
||
| 43 | |||
| 44 | function it_does_not_throw_any_error_if_cache_is_not_clearable(): void |
||
| 48 | } |
||
| 49 |