generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Build phpunit-slow-test-detector.phar
- Loading branch information
1 parent
f1b56fe
commit f10c9fc
Showing
15 changed files
with
2,416 additions
and
2,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,7 +187,7 @@ jobs: | |
- name: "Install dependencies with phive" | ||
uses: "ergebnis/.github/actions/phive/[email protected]" | ||
with: | ||
trust-gpg-keys: "0x033E5F8D801A2F8D" | ||
trust-gpg-keys: "0x2DF45277AEF09A2F,0x033E5F8D801A2F8D,0x4AA394086372C20A" | ||
|
||
- name: "Run maglnet/composer-require-checker" | ||
run: ".phive/composer-require-checker check --config-file=$(pwd)/composer-require-checker.json" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phive xmlns="https://phar.io/phive"> | ||
<phar name="humbug/box" version="^4.3.8" installed="4.3.8" location="./.phive/box" copy="false"/> | ||
<phar name="composer-require-checker" version="^4.5.0" installed="4.5.0" location="./.phive/composer-require-checker" copy="false"/> | ||
<phar name="phpunit" version="^10.0.19" installed="10.0.19" location="./.phive/phpunit" copy="false"/> | ||
</phive> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/humbug/box/4.3.8/res/schema.json", | ||
"compactors": [ | ||
"KevinGH\\Box\\Compactor\\Json", | ||
"KevinGH\\Box\\Compactor\\Php" | ||
], | ||
"compression": "GZ", | ||
"files": [ | ||
"manifest.xml" | ||
], | ||
"git": "git", | ||
"main": "phar/phpunit-slow-test-detector.php", | ||
"output": ".build/phar/phpunit-slow-test-detector.phar" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
{ | ||
"symbol-whitelist": [ | ||
"PHPUnit\\Event\\Code\\Test", | ||
"PHPUnit\\Event\\Telemetry\\Duration", | ||
"PHPUnit\\Event\\Telemetry\\HRTime", | ||
"PHPUnit\\Event\\Test\\Passed", | ||
"PHPUnit\\Event\\Test\\PassedSubscriber", | ||
"PHPUnit\\Event\\Test\\Prepared", | ||
"PHPUnit\\Event\\Test\\PreparedSubscriber", | ||
"PHPUnit\\Event\\TestRunner\\ExecutionFinished", | ||
"PHPUnit\\Event\\TestRunner\\ExecutionFinishedSubscriber", | ||
"PHPUnit\\Metadata\\Annotation\\Parser\\Registry", | ||
"PHPUnit\\Runner\\Extension\\Extension", | ||
"PHPUnit\\Runner\\Extension\\Facade", | ||
"PHPUnit\\Runner\\Extension\\ParameterCollection", | ||
"PHPUnit\\TextUI\\Configuration\\Configuration" | ||
] | ||
"symbol-whitelist": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.