| 1 | <?php |
||
| 26 | class TemplatePathsCacheClearerSpec extends ObjectBehavior |
||
| 27 | { |
||
| 28 | function let(Cache $cache) |
||
| 32 | |||
| 33 | function it_is_initializable() |
||
| 37 | |||
| 38 | function it_implements_cache_clearer_interface() |
||
| 42 | |||
| 43 | function it_deletes_all_elements_if_cache_is_clearable(ClearableCache $cache) |
||
| 49 | |||
| 50 | function it_does_not_throw_any_error_if_cache_is_not_clearable() |
||
| 54 | } |
||
| 55 |