Artesaos\SEOTools\Tests\TwitterCardsTest::test_set_description PHP 메소드

test_set_description() 공개 메소드

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