| 1 | <?php |
||
| 22 | class SharedStorageContextSpec extends ObjectBehavior |
||
| 23 | { |
||
| 24 | function let(SharedStorageInterface $sharedStorage) |
||
| 28 | |||
| 29 | function it_is_initializable() |
||
| 33 | |||
| 34 | function it_implements_context_interface() |
||
| 38 | |||
| 39 | function it_transforms_it_word_into_latest_resource($sharedStorage) |
||
| 45 | |||
| 46 | function it_transform_this_that_and_the_with_resource_name_to_current_resource_of_this_type( |
||
| 54 | } |
||
| 55 |