Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / css-selector / Tests / Parser / Handler / AbstractHandlerTest.php
index 8005616a9208e9f5b9a5bf7a6012038c8e3d65ef..f5c9dc8bfecb75130e9844697557b1b6c2773b0a 100644 (file)
@@ -63,7 +63,7 @@ abstract class AbstractHandlerTest extends TestCase
             $this->assertEquals(0, $reader->getRemainingLength());
             $this->assertTrue($reader->isEOF());
         } else {
-            $this->assertEquals(strlen($remainingContent), $reader->getRemainingLength());
+            $this->assertEquals(\strlen($remainingContent), $reader->getRemainingLength());
             $this->assertEquals(0, $reader->getOffset($remainingContent));
         }
     }