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
8a5bca1
commit 4d51a61
Showing
18 changed files
with
2,605 additions
and
2,235 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
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 |
---|---|---|
@@ -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.1.3" installed="10.1.3" 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.