Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e55476

Browse files
committed
Add schema declaration to phpunit files. Remove parameters set to phpunit defaults.
1 parent 1e1693a commit 1e55476

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

‎phpunit.xml.dist

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit backupGlobals="false"
4-
backupStaticAttributes="false"
5-
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
9-
processIsolation="false"
10-
stopOnFailure="false"
11-
bootstrap="./vendor/autoload.php"
12-
>
3+
<phpunit
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
6+
colors="true"
7+
bootstrap="./vendor/autoload.php"
8+
>
139

1410
<testsuites>
1511
<testsuite name="Message Queue AmqpExt Transport Test Suite">

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /