Suin\RSSWriter\ChannelTest::testCopyright PHP Метод

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

public testCopyright ( )
    public function testCopyright()
    {
        $copyright = uniqid();
        $channel = new Channel();
        $this->assertSame($channel, $channel->copyright($copyright));
        $this->assertAttributeSame($copyright, 'copyright', $channel);
    }