| 1 | <?php |
||
| 24 | final class ChannelFactorySpec extends ObjectBehavior |
||
| 25 | { |
||
| 26 | function let(FactoryInterface $defaultFactory): void |
||
| 30 | |||
| 31 | function it_implements_channel_factory_interface(): void |
||
| 35 | |||
| 36 | function it_creates_channel_with_name($defaultFactory, ChannelInterface $channel): void |
||
| 44 | |||
| 45 | function it_creates_empty_channel($defaultFactory, ChannelInterface $channel): void |
||
| 51 | } |
||
| 52 |