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

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

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