Skip to content

Commit 4ef0b9f

Browse files
committed
Remove unnecessary bootstrap file
1 parent 51c4f45 commit 4ef0b9f

File tree

2 files changed

+10
-56
lines changed

2 files changed

+10
-56
lines changed

phpunit.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit colors="true" bootstrap="./test/Bootstrap.php">
3-
<testsuites>
4-
<testsuite name="all">
5-
<directory>./test</directory>
6-
</testsuite>
7-
</testsuites>
2+
<phpunit colors="true" bootstrap="./vendor/autoload.php">
3+
<testsuites>
4+
<testsuite name="all">
5+
<directory>./test</directory>
6+
</testsuite>
7+
</testsuites>
88

9-
<filter>
10-
<whitelist>
9+
<filter>
10+
<whitelist>
1111
<directory suffix=".php">src/</directory>
1212
</whitelist>
13-
</filter>
13+
</filter>
1414

15-
<logging>
16-
<log type="tap" target="build/report.tap"/>
15+
<logging>
1716
<log type="junit" target="build/report.junit.xml"/>
1817
<log type="coverage-text" target="php://stdout"/>
1918
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>

test/Bootstrap.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)