mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-02 11:40:47 +05:30
Moved the phpunit.xml config file to the build folder
This commit is contained in:
parent
2e315fc257
commit
7ea3a045cd
@ -9,7 +9,7 @@
|
|||||||
stopOnSkipped="false">
|
stopOnSkipped="false">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Test Suite">
|
<testsuite name="Test Suite">
|
||||||
<directory suffix="test.php">./authentication</directory>
|
<directory suffix="test.php">../tests/authentication</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<filters>
|
<filters>
|
||||||
@ -18,4 +18,12 @@
|
|||||||
<directory suffix=".php">PHP_LIBDIR</directory>
|
<directory suffix=".php">PHP_LIBDIR</directory>
|
||||||
</blacklist>
|
</blacklist>
|
||||||
</filters>
|
</filters>
|
||||||
|
<logging>
|
||||||
|
<log type="coverage-html" target="build/coverage" title="Name of Project"
|
||||||
|
charset="UTF-8" yui="true" highlight="true"
|
||||||
|
lowUpperBound="35" highLowerBound="70"/>
|
||||||
|
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||||||
|
<log type="junit" target="build/logs/junit.xml"
|
||||||
|
logIncompleteSkipped="false"/>
|
||||||
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
Loading…
Reference in New Issue
Block a user