Skip to content

Commit 7ad7a5a

Browse files
author
Alexander Obuhovich
committed
Simplify PHPUnit configuration
1 parent 7aca1ca commit 7ad7a5a

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit backupGlobals="true"
3-
backupStaticAttributes="false"
4-
bootstrap="vendor/autoload.php"
2+
<phpunit bootstrap="vendor/autoload.php"
53
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
9-
processIsolation="false"
10-
stopOnFailure="false"
114
strict="true"
125
verbose="true">
136

147
<testsuites>
15-
<testsuite name="SVNBuddy">
16-
<directory>tests/SVNBuddy</directory>
8+
<testsuite name="default">
9+
<directory>tests</directory>
1710
</testsuite>
1811
</testsuites>
1912

@@ -29,7 +22,7 @@
2922

3023
<filter>
3124
<whitelist>
32-
<directory>src/SVNBuddy</directory>
25+
<directory>src</directory>
3326
</whitelist>
3427
</filter>
3528
</phpunit>

0 commit comments

Comments
 (0)