Kraken\_Unit\Channel\ChannelCompositeTest::testApiIsStopped_ReturnsEmptyArray_WhenNoneBusIsSet PHP Метод

testApiIsStopped_ReturnsEmptyArray_WhenNoneBusIsSet() публичный Метод

    public function testApiIsStopped_ReturnsEmptyArray_WhenNoneBusIsSet()
    {
        $channel = $this->createChannel();
        $this->assertSame([], $channel->isStopped());
    }
ChannelCompositeTest