Skip to content

Commit

Permalink
phpunit.xml.dist will be used as default making local configuration e…
Browse files Browse the repository at this point in the history
…asier with simply creating phpunit.xml on local machines without pushing it to repository
  • Loading branch information
unixslayer committed Jun 6, 2023
1 parent 35280d2 commit 930548e
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ packages/cache
auth.json
./config.json
.env
.phpbench/
.phpbench/
phpunit.xml
2 changes: 0 additions & 2 deletions packages/Amqp/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
2 changes: 0 additions & 2 deletions packages/Dbal/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
2 changes: 0 additions & 2 deletions packages/Enqueue/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
2 changes: 0 additions & 2 deletions packages/JmsConverter/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
1 change: 0 additions & 1 deletion packages/Laravel/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<directory>tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>src</directory>
Expand Down
1 change: 0 additions & 1 deletion packages/LiteApplication/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<directory>tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>src</directory>
Expand Down
2 changes: 0 additions & 2 deletions packages/PdoEventSourcing/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
2 changes: 0 additions & 2 deletions packages/Redis/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
2 changes: 0 additions & 2 deletions packages/Sqs/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
2 changes: 0 additions & 2 deletions packages/Symfony/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
backupStaticAttributes="false"
cacheTokens="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
mapTestClassNameToCoveredClassName="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
Expand Down
File renamed without changes.

0 comments on commit 930548e

Please sign in to comment.