Kraken\_Unit\Channel\ChannelTest::testApiName_ReturnsName PHP Method

testApiName_ReturnsName() public method

    public function testApiName_ReturnsName()
    {
        $channel = $this->createChannel();
        $this->assertSame('name', $channel->getName());
    }
ChannelTest