| 1 | <?php |
||
| 23 | class DefaultChannelFactorySpec extends ObjectBehavior |
||
| 24 | { |
||
| 25 | function let(ChannelFactoryInterface $channelFactory, RepositoryInterface $channelRepository) |
||
| 29 | |||
| 30 | function it_is_initializable() |
||
| 34 | |||
| 35 | function it_implements_default_channel_factory_interface() |
||
| 39 | |||
| 40 | function it_creates_default_channel_and_persist_it( |
||
| 52 | } |
||
| 53 |