8000 Update phpunit.xml · sunaoka/php-postgresql-errors@d765e92 · GitHub
[go: up one dir, main page]

Skip to content

Commit d765e92

Browse files
committed
Update phpunit.xml
1 parent 8c3f217 commit d765e92

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

phpunit.xml

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit backupGlobals="false"
3-
backupStaticAttributes="false"
4-
beStrictAboutTestsThatDoNotTestAnything="false"
5-
bootstrap="vendor/autoload.php"
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4+
backupGlobals="false"
65
colors="true"
7-
convertErrorsToExceptions="true"
8-
convertNoticesToExceptions="true"
9-
convertWarningsToExceptions="true"
10-
processIsolation="false"
11-
stopOnError="false"
12-
stopOnFailure="false"
136
verbose="true"
147
>
158
<testsuites>
169
<testsuite name="test">
17-
<directory suffix="Test.php">./tests</directory>
10+
<directory>./tests</directory>
1811
</testsuite>
1912
</testsuites>
2013
<filter>

0 commit comments

Comments
 (0)
0