Skip to content

Commit

Permalink
Add schema declaration to phpunit files. Remove parameters set to php…
Browse files Browse the repository at this point in the history
…unit defaults.
  • Loading branch information
Steveb-p committed Jan 26, 2020
1 parent ec54b35 commit 23eb6c5
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="./vendor/autoload.php"
>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
colors="true"
bootstrap="./vendor/autoload.php"
>

<testsuites>
<testsuite name="Message Queue Redis Transport Test Suite">
Expand Down

0 comments on commit 23eb6c5

Please sign in to comment.