-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53cb844
commit 89952d4
Showing
35 changed files
with
1,392 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
failOnRisky="true" | ||
failOnWarning="true" | ||
> | ||
|
||
<php> | ||
<ini name="error_reporting" value="-1" /> | ||
</php> | ||
|
||
<testsuites> | ||
<testsuite name="bard"> | ||
<directory>./Tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<source> | ||
<include> | ||
<directory>src/*</directory> | ||
</include> | ||
</source> | ||
</phpunit> |
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,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
failOnRisky="true" | ||
failOnWarning="true" | ||
> | ||
|
||
<php> | ||
<ini name="error_reporting" value="-1" /> | ||
</php> | ||
|
||
<testsuites> | ||
<testsuite name="filesystem-aws-bridge"> | ||
<directory>./Tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<source> | ||
<include> | ||
<directory>.</directory> | ||
</include> | ||
<exclude> | ||
<directory>./Tests</directory> | ||
<directory>./vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
31 changes: 31 additions & 0 deletions
31
src/SonsOfPHP/Bridge/Doctrine/Collections/Pager/phpunit.xml.dist
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,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
failOnRisky="true" | ||
failOnWarning="true" | ||
> | ||
|
||
<php> | ||
<ini name="error_reporting" value="-1" /> | ||
</php> | ||
|
||
<testsuites> | ||
<testsuite name="pager-doctrine-collections"> | ||
<directory>./Tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<source> | ||
<include> | ||
<directory>.</directory> | ||
</include> | ||
<exclude> | ||
<directory>./Tests</directory> | ||
<directory>./vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
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,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
failOnRisky="true" | ||
failOnWarning="true" | ||
> | ||
|
||
<php> | ||
<ini name="error_reporting" value="-1" /> | ||
</php> | ||
|
||
<testsuites> | ||
<testsuite name="pager-doctrine-dbal"> | ||
<directory>./Tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<source> | ||
<include> | ||
<directory>.</directory> | ||
</include> | ||
<exclude> | ||
<directory>./Tests</directory> | ||
<directory>./vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
31 changes: 31 additions & 0 deletions
31
src/SonsOfPHP/Bridge/Doctrine/EventSourcing/phpunit.xml.dist
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,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
failOnRisky="true" | ||
failOnWarning="true" | ||
> | ||
|
||
<php> | ||
<ini name="error_reporting" value="-1" /> | ||
</php> | ||
|
||
<testsuites> | ||
<testsuite name="event-sourcing-doctrine"> | ||
<directory>./Tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<source> | ||
<include> | ||
<directory>.</directory> | ||
</include> | ||
<exclude> | ||
<directory>./Tests</directory> | ||
<directory>./vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
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,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
failOnRisky="true" | ||
failOnWarning="true" | ||
> | ||
|
||
<php> | ||
<ini name="error_reporting" value="-1" /> | ||
</php> | ||
|
||
<testsuites> | ||
<testsuite name="pager-doctrine-orm"> | ||
<directory>./Tests/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<source> | ||
<include> | ||
<directory>.</directory> | ||
</include> | ||
<exclude> | ||
<directory>./Tests</directory> | ||
<directory>./vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
43 changes: 43 additions & 0 deletions
43
src/SonsOfPHP/Bridge/LiipImagine/Filesystem/phpunit.xml.dist
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,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
cacheDirectory="build/cache/phpunit" | ||
requireCoverageMetadata="true" | ||
beStrictAboutCoverageMetadata="true"> | ||
|
||
<testsuites> | ||
<testsuite name="all"> | ||
<directory>src/SonsOfPHP/Bard/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<coverage includeUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="false"> | ||
</coverage> | ||
|
||
<source> | ||
<include> | ||
<directory>src/*</directory> | ||
</include> | ||
<exclude> | ||
<directory>src/SonsOfPHP/*/Tests</directory> | ||
<directory>src/SonsOfPHP/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Contract/*/vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
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,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
cacheDirectory="build/cache/phpunit" | ||
requireCoverageMetadata="true" | ||
beStrictAboutCoverageMetadata="true"> | ||
|
||
<testsuites> | ||
<testsuite name="all"> | ||
<directory>src/SonsOfPHP/Bard/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<coverage includeUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="false"> | ||
</coverage> | ||
|
||
<source> | ||
<include> | ||
<directory>src/*</directory> | ||
</include> | ||
<exclude> | ||
<directory>src/SonsOfPHP/*/Tests</directory> | ||
<directory>src/SonsOfPHP/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Contract/*/vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
43 changes: 43 additions & 0 deletions
43
src/SonsOfPHP/Bridge/Symfony/EventSourcing/phpunit.xml.dist
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,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
cacheDirectory="build/cache/phpunit" | ||
requireCoverageMetadata="true" | ||
beStrictAboutCoverageMetadata="true"> | ||
|
||
<testsuites> | ||
<testsuite name="all"> | ||
<directory>src/SonsOfPHP/Bard/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<coverage includeUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="false"> | ||
</coverage> | ||
|
||
<source> | ||
<include> | ||
<directory>src/*</directory> | ||
</include> | ||
<exclude> | ||
<directory>src/SonsOfPHP/*/Tests</directory> | ||
<directory>src/SonsOfPHP/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Contract/*/vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
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,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" | ||
backupGlobals="false" | ||
colors="true" | ||
bootstrap="vendor/autoload.php" | ||
cacheDirectory="build/cache/phpunit" | ||
requireCoverageMetadata="true" | ||
beStrictAboutCoverageMetadata="true"> | ||
|
||
<testsuites> | ||
<testsuite name="all"> | ||
<directory>src/SonsOfPHP/Bard/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<coverage includeUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="false"> | ||
</coverage> | ||
|
||
<source> | ||
<include> | ||
<directory>src/*</directory> | ||
</include> | ||
<exclude> | ||
<directory>src/SonsOfPHP/*/Tests</directory> | ||
<directory>src/SonsOfPHP/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bridge/*/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Bundle/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Component/*/Tests</directory> | ||
<directory>src/SonsOfPHP/Component/*/vendor</directory> | ||
<directory>src/SonsOfPHP/Contract/*/vendor</directory> | ||
</exclude> | ||
</source> | ||
</phpunit> |
Oops, something went wrong.