Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / System / AdminMetaTagTest.php
index c58d1ec9106d1aff3c9ef04b9189d22a18528e97..dbd82cda02f08cc222d2b626e3f653fc1f648f31 100644 (file)
@@ -14,7 +14,7 @@ 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 = '<meta name="Generator" content="Drupal ' . $version . ' (https://www.drupal.org)" />';
     $this->drupalGet('node');
     $this->assertRaw($string, 'Fingerprinting meta tag generated correctly.', 'System');