Remove composer install phan/phpstan/etc and switch to phive install

This commit is contained in:
Clemens Schwaighofer
2023-10-04 14:49:49 +09:00
parent c740fb1af1
commit 128d6533fc
14 changed files with 80 additions and 26 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 => "/^(\/?.*\/?)?vendor\/bin\/phpunit$/",
3 => "/^(\/?.*\/?)?(vendor\/bin|tools)\/phpunit$/",
],
'some path with extension' => [
0 => '/some/path/to/file.txt',