Skip to content

Commit f42d531

Browse files
small adjustments for initial testing setup
1 parent 023d83f commit f42d531

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
vendor
2-
composer.lock
2+
tests/logs

phpunit.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
stopOnFailure="false"
88
processIsolation="false"
99
>
10-
<testsuite name="Zend Sentry test suite">
10+
<testsuite name="ZendSentry test suite">
1111
<directory>./tests/ZendSentryTest</directory>
1212
</testsuite>
1313

@@ -21,6 +21,6 @@
2121

2222
<logging>
2323
<log type="coverage-text" target="php://stdout"/>
24-
<log type="coverage-clover" target="../build/logs/clover.xml"/>
24+
<log type="coverage-clover" target="tests/logs/clover.xml"/>
2525
</logging>
2626
</phpunit>

0 commit comments

Comments
 (0)