| 1 | <?php |
||
| 20 | class LexicalContextSpec extends ObjectBehavior |
||
| 21 | { |
||
| 22 | function let() |
||
| 26 | |||
| 27 | function it_is_initializable() |
||
| 31 | |||
| 32 | function it_implements_context_interface() |
||
| 36 | |||
| 37 | function it_transforms_price_string_to_integer() |
||
| 42 | |||
| 43 | function it_throws_exception_if_price_string_is_invalid() |
||
| 50 | |||
| 51 | function it_transforms_percentage_string_to_float() |
||
| 55 | } |
||
| 56 |