Update phpunit test script and tests

This commit is contained in:
Clemens Schwaighofer
2023-02-24 09:46:03 +09:00
parent 6f653c24a0
commit 9a7399e821
5 changed files with 20 additions and 7 deletions

View File

@@ -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',