We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f73d3 commit 1c8e31aCopy full SHA for 1c8e31a
.gitignore
@@ -1,3 +1,4 @@
1
/.idea
2
/vendor
3
-/*.phar
+/*.phar
4
+.phpunit*
test/unit/phpunit.xml
@@ -1,14 +1,14 @@
<?xml version="1.0"?>
<phpunit colors="true">
<testsuites>
- <testsuite>
+ <testsuite name="main">
5
<directory suffix="Test.php">.</directory>
6
</testsuite>
7
</testsuites>
8
9
<logging>
10
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true" />
11
- <log type="coverage-html" target="./_coverage" charset="UTF-8" highlight="false" lowUpperBound="35" highLowerBound="70" />
+ <log type="coverage-html" target="./_coverage" lowUpperBound="35" highLowerBound="70" />
12
</logging>
13
14
<filter>
0 commit comments