| 1 | <?php |
||
| 15 | class ArrayCacheSpec extends ObjectBehavior |
||
| 16 | { |
||
| 17 | function it_is_initializable() |
||
| 22 | |||
| 23 | function it_can_store_items() |
||
| 29 | |||
| 30 | function it_can_store_items_for_a_limited_period_of_time() |
||
| 38 | |||
| 39 | function it_throws_an_exception_when_trying_to_get_a_non_set_item() |
||
| 43 | |||
| 44 | function it_can_return_a_default_value_when_pulling_a_non_set_item() |
||
| 48 | } |
||
| 49 |