We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023d83f commit f42d531Copy full SHA for f42d531
.gitignore
@@ -1,2 +1,2 @@
1
vendor
2
-composer.lock
+tests/logs
phpunit.xml
@@ -7,7 +7,7 @@
7
stopOnFailure="false"
8
processIsolation="false"
9
>
10
- <testsuite name="Zend Sentry test suite">
+ <testsuite name="ZendSentry test suite">
11
<directory>./tests/ZendSentryTest</directory>
12
</testsuite>
13
@@ -21,6 +21,6 @@
21
22
<logging>
23
<log type="coverage-text" target="php://stdout"/>
24
- <log type="coverage-clover" target="../build/logs/clover.xml"/>
+ <log type="coverage-clover" target="tests/logs/clover.xml"/>
25
</logging>
26
</phpunit>
0 commit comments