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

test_set_title() public method

public test_set_title ( )
    public function test_set_title()
    {
        $this->twitterCards->setTitle('Kamehamehaaaaaaaa');
        $expected = '<meta name="twitter:title" content="Kamehamehaaaaaaaa" />';
        $this->setRightAssertion($expected);
    }