| 1 | <?php |
||
| 21 | final class ChannelFactorySpec extends ObjectBehavior |
||
| 22 | { |
||
| 23 | function let(FactoryInterface $decoratedFactory): void |
||
| 27 | |||
| 28 | function it_implements_channel_factory_interface(): void |
||
| 32 | |||
| 33 | function it_is_a_resource_factory(): void |
||
| 37 | |||
| 38 | function it_creates_a_new_channel(FactoryInterface $decoratedFactory, ChannelInterface $channel): void |
||
| 45 | } |
||
| 46 |