From c40e41cebe8d0124a83ba64d40f534fcaa241ce1 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 19 Jul 2024 22:46:40 +0800 Subject: [PATCH] Fix extension test escape string for unix --- src/SPC/builder/Extension.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SPC/builder/Extension.php b/src/SPC/builder/Extension.php index ff280a15..231e3393 100644 --- a/src/SPC/builder/Extension.php +++ b/src/SPC/builder/Extension.php @@ -180,8 +180,8 @@ class Extension if (file_exists(ROOT_DIR . '/src/globals/ext-tests/' . $this->getName() . '.php')) { // Trim additional content & escape special characters to allow inline usage $test = str_replace( - ['getName() . '.php') );