From fe559fa28df0f3dd404595c867ce6c3a8bb68fcd Mon Sep 17 00:00:00 2001 From: Niel Buys Date: Wed, 28 Feb 2024 14:45:20 +0200 Subject: [PATCH] Fix test --- tests/codeigniter/helpers/text_helper_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codeigniter/helpers/text_helper_test.php b/tests/codeigniter/helpers/text_helper_test.php index 07b7015b6e5..da98bb513d6 100644 --- a/tests/codeigniter/helpers/text_helper_test.php +++ b/tests/codeigniter/helpers/text_helper_test.php @@ -103,7 +103,7 @@ public function test_highlight_code() { if (substr(PHP_VERSION, 0, 3) >= '8.3') { - $expect = "
<?php var_dump($this); ?> ?>
"; + $expect = "
<?php var_dump(\$this); ?> ?>
"; } else {