Skip to content

Commit 1e6c3f9

Browse files
committed
Update phpunit config
1 parent 0165c34 commit 1e6c3f9

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

phpunit.dist.xml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
5-
colors="true"
6-
bootstrap="tests/bootstrap.php"
7-
verbose="true"
8-
failOnRisky="true"
9-
failOnWarning="true"
10-
convertErrorsToExceptions="true"
11-
convertNoticesToExceptions="true"
12-
convertWarningsToExceptions="true"
13-
stopOnFailure="false"
14-
executionOrder="random"
15-
resolveDependencies="true">
1+
<phpunit colors="true" bootstrap="tests/bootstrap.php">
162
<testsuite name="Bow Framework">
173
<directory suffix=".php">tests/</directory>
184
</testsuite>
@@ -28,17 +14,5 @@
2814
<env name="FTP_USERNAME" value="username"/>
2915
<env name="FTP_PORT" value="21"/>
3016
<env name="FTP_ROOT" value="."/>
31-
<ini name="error_reporting" value="-1"/>
32-
<ini name="display_errors" value="On"/>
33-
<ini name="display_startup_errors" value="On"/>
3417
</php>
35-
<coverage>
36-
<include>
37-
<directory suffix=".php">src</directory>
38-
</include>
39-
<exclude>
40-
<directory>vendor</directory>
41-
<directory>tests</directory>
42-
</exclude>
43-
</coverage>
4418
</phpunit>

0 commit comments

Comments
 (0)