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

test_set_type() public method

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