Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / System / AdminMetaTagTest.php
index c58d1ec9106d1aff3c9ef04b9189d22a18528e97..6fcc4b848d1850c8ca515402c76064cd61cc776a 100644 (file)
@@ -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 = '<meta name="Generator" content="Drupal ' . $version . ' (https://www.drupal.org)" />';
     $this->drupalGet('node');
     $this->assertRaw($string, 'Fingerprinting meta tag generated correctly.', 'System');