From 00b98e7230e9c7c4ecd00fb5b6e62ff6b5c95aef Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 24 Feb 2023 09:45:52 +0900 Subject: [PATCH] phpunit test scritps fix --- 4dev/tests/CoreLibsGetSystemTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4dev/tests/CoreLibsGetSystemTest.php b/4dev/tests/CoreLibsGetSystemTest.php index 26ea383a..eef6aec9 100644 --- a/4dev/tests/CoreLibsGetSystemTest.php +++ b/4dev/tests/CoreLibsGetSystemTest.php @@ -99,7 +99,7 @@ final class CoreLibsGetSystemTest extends TestCase 1 => 'phpunit', 2 => 'phpunit', // NOTE: this can change, so it is a regex check - 3 => "/^(\/?.*\/?)?www\/vendor\/bin\/phpunit$/", + 3 => "/^(\/?.*\/?)?vendor\/bin\/phpunit$/", ], 'some path with extension' => [ 0 => '/some/path/to/file.txt',