mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 03:49:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user