setTitle() public method

public setTitle ( string $title ) : Artesaos\SEOTools\Contracts\TwitterCards
$title string
return Artesaos\SEOTools\Contracts\TwitterCards
Example #1
0
 public function test_set_title()
 {
     $this->twitterCards->setTitle('Kamehamehaaaaaaaa');
     $expected = '<meta name="twitter:title" content="Kamehamehaaaaaaaa" />';
     $this->setRightAssertion($expected);
 }