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

test_set_type() 공개 메소드

public test_set_type ( )
    public function test_set_type()
    {
        $this->twitterCards->setType('sayajin');
        $expected = '<meta name="twitter:type" content="sayajin" />';
        $this->setRightAssertion($expected);
    }