-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: switch back to sh for all shells * infra: add Analyze to build * fix: docker-compose => docker compose * feat: bump PHPQA image * fix: use make init to streamline config * infra: fix build * infra: fix build * infra: fix build * config: fix common config files
- Loading branch information
Showing
22 changed files
with
415 additions
and
63 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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/docs export-ignore | ||
/tests export-ignore | ||
/.* export-ignore | ||
/*dist export-ignore | ||
/*baseline* export-ignore | ||
/composer.lock export-ignore | ||
/Makefile export-ignore | ||
/package.json export-ignore |
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,151 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Common\\\\DefaultTest\\:\\:getExpectedHelpCommandsExecutionPath\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Common/DefaultTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Common\\\\DefaultTest\\:\\:getExpectedInitPaths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Common/DefaultTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:dryRun\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:dryRun\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:execute\\(\\) has parameter \\$args with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:generateHelpCommandsExecutionPathFixtures\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:generateHelpExecutionPath\\(\\) has parameter \\$additionalFiles with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:generateHelpExecutionPath\\(\\) has parameter \\$files with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:generateHelpList\\(\\) has parameter \\$commands with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:generatePermissionsExecutionPath\\(\\) has parameter \\$dirs with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:generatePermissionsExecutionPath\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:getExpectedHelpCommandsExecutionPath\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:getExpectedInitPaths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:getMakefileHelpCommands\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:testMakefileCommandsWork\\(\\) has parameter \\$expected with no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Property Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:\\$help type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Property Sigwin\\\\Infra\\\\Test\\\\Functional\\\\MakefileTestCase\\:\\:\\$helpOverride type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/MakefileTestCase.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\PHP\\\\LibraryTest\\:\\:getExpectedHelpCommandsExecutionPath\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/PHP/LibraryTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\PHP\\\\LibraryTest\\:\\:getExpectedInitPaths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/PHP/LibraryTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\PHP\\\\LibraryTest\\:\\:paths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/PHP/LibraryTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Pimcore\\\\ApplicationTest\\:\\:getExpectedHelpCommandsExecutionPath\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Pimcore/ApplicationTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Pimcore\\\\ApplicationTest\\:\\:getExpectedInitPaths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Pimcore/ApplicationTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Pimcore\\\\ApplicationTest\\:\\:paths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Pimcore/ApplicationTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Pimcore\\\\LibraryTest\\:\\:getExpectedHelpCommandsExecutionPath\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Pimcore/LibraryTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Pimcore\\\\LibraryTest\\:\\:getExpectedInitPaths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Pimcore/LibraryTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\Pimcore\\\\LibraryTest\\:\\:paths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/Pimcore/LibraryTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\YASSG\\\\CompatTest\\:\\:getExpectedHelpCommandsExecutionPath\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/YASSG/CompatTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\YASSG\\\\CompatTest\\:\\:getExpectedInitPaths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/YASSG/CompatTest.php | ||
|
||
- | ||
message: "#^Method Sigwin\\\\Infra\\\\Test\\\\Functional\\\\YASSG\\\\CompatTest\\:\\:paths\\(\\) return type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/YASSG/CompatTest.php | ||
|
||
- | ||
message: "#^Property Sigwin\\\\Infra\\\\Test\\\\Functional\\\\YASSG\\\\CompatTest\\:\\:\\$helpOverride type has no value type specified in iterable type array\\.$#" | ||
count: 1 | ||
path: tests/functional/YASSG/CompatTest.php |
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,22 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd" | ||
beStrictAboutChangesToGlobalState="true" | ||
beStrictAboutCoversAnnotation="true" | ||
beStrictAboutOutputDuringTests="true" | ||
beStrictAboutResourceUsageDuringSmallTests="true" | ||
beStrictAboutTodoAnnotatedTests="true" | ||
bootstrap="./vendor/autoload.php" | ||
cacheResult="false" | ||
cacheResultFile="var/phpqa/phpunit.result.cache" | ||
colors="true" | ||
convertDeprecationsToExceptions="true" | ||
enforceTimeLimit="true" | ||
executionOrder="random" | ||
failOnEmptyTestSuite="true" | ||
failOnRisky="true" | ||
failOnWarning="true" | ||
forceCoversAnnotation="true" | ||
verbose="true"> | ||
<testsuites> | ||
<testsuite name="Suite"> | ||
<directory>tests</directory> | ||
<directory>./tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
</phpunit> |
Oops, something went wrong.