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

test_set_description() public method

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