Artesaos\SEOTools\Tests\SEOToolsTest::test_generate PHP Method

test_generate() public method

public test_generate ( )
    public function test_generate()
    {
        $expected = "<title>It's Over 9000!</title>";
        $expected .= '<meta name="description" content="For those who helped create the Genki Dama">';
        $expected .= '<meta property="og:title" content="Over 9000 Thousand!" />';
        $expected .= '<meta property="og:description" content="For those who helped create the Genki Dama" />';
        $this->setRightAssertion($expected);
    }