function AdminMetaTagTestCase::testMetaTag

Verify that the meta tag HTML is generated correctly.

File

modules/system/system.test, line 1038

Class

AdminMetaTagTestCase

Code

public function testMetaTag() {
    list($version, ) = explode('.', VERSION);
    $string = '<meta name="Generator" content="Drupal ' . $version . ' (http://drupal.org)" />';
    $this->drupalGet('node');
    $this->assertRaw($string, 'Fingerprinting meta tag generated correctly.', 'System');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.