X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FSystem%2FAdminMetaTagTest.php;h=6fcc4b848d1850c8ca515402c76064cd61cc776a;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=c58d1ec9106d1aff3c9ef04b9189d22a18528e97;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php b/web/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php index c58d1ec91..6fcc4b848 100644 --- a/web/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php +++ b/web/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php @@ -10,11 +10,12 @@ use Drupal\Tests\BrowserTestBase; * @group system */ class AdminMetaTagTest extends BrowserTestBase { + /** * Verify that the meta tag HTML is generated correctly. */ public function testMetaTag() { - list($version, ) = explode('.', \Drupal::VERSION); + list($version,) = explode('.', \Drupal::VERSION); $string = ''; $this->drupalGet('node'); $this->assertRaw($string, 'Fingerprinting meta tag generated correctly.', 'System');