| 1 | <?php |
||
| 7 | class MessagesLoggerSpec extends ObjectBehavior |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param Knp\RadBundle\ObjectStore\ObjectStoreInterface $objStore |
||
| 11 | * @param Swift_Mime_Message $a |
||
| 12 | * @param Swift_Mime_Message $b |
||
| 13 | * @param Swift_Mime_Message $c |
||
| 14 | */ |
||
| 15 | function let($objStore, $a, $b, $c) |
||
| 21 | |||
| 22 | function it_should_store_a_given_message($objStore, $a) |
||
| 28 | |||
| 29 | function it_should_get_messages_sent_to_a_specific_email($objStore, $a, $b, $c) |
||
| 37 | } |
||
| 38 |