Artesaos\SEOTools\Tests\TwitterCardsTest::test_set_site PHP Method

test_set_site() public method

public test_set_site ( )
    public function test_set_site()
    {
        $this->twitterCards->setSite('http://kakaroto.9000');
        $expected = '<meta name="twitter:site" content="http://kakaroto.9000" />';
        $this->setRightAssertion($expected);
    }