Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / serializer / Tests / Normalizer / DataUriNormalizerTest.php
index 4bc94435992f86a4ce668d36b0b21020e55fe348..d3ad2af8363538e71a3bdf134f322c2211e32bda 100644 (file)
@@ -169,7 +169,7 @@ class DataUriNormalizerTest extends TestCase
             array('data:a!b#c&d-e^f_g+h.i/a!b#c&d-e^f_g+h.i;base64,foobar'),
         );
 
-        if (!defined('HHVM_VERSION')) {
+        if (!\defined('HHVM_VERSION')) {
             // See https://github.com/facebook/hhvm/issues/6354
             $data[] = array('data:text/plain;charset=utf-8;base64,SGVsbG8gV29ybGQh');
         }