Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / TabCompletion / AutoCompleterTest.php
index 258780462ac8c6ee4f3e76b3384338fc9e702e32..d98d452c4329213343cd08811463ff7f4ba89e1e 100644 (file)
@@ -62,7 +62,7 @@ class AutoCompleterTest extends \PHPUnit\Framework\TestCase
         $code = $tabCompletion->processCallback('', 0, [
            'line_buffer' => $line,
            'point'       => 0,
-           'end'         => strlen($line),
+           'end'         => \strlen($line),
         ]);
 
         foreach ($mustContain as $mc) {