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

test_set_image() public method

public test_set_image ( )
    public function test_set_image()
    {
        $this->twitterCards->setImage('sayajin.png');
        $expected = "<meta name=\"twitter:image\" content=\"sayajin.png\" />";
        $this->setRightAssertion($expected);
    }