Skip to content

Commit

Permalink
fixed phpunit configs
Browse files Browse the repository at this point in the history
removed unused test file
  • Loading branch information
kevinpapst committed Mar 16, 2016
1 parent 21af157 commit 29b8cb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 302 deletions.
25 changes: 4 additions & 21 deletions phpunit.travis.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php">
<testsuite name="Kimai Application-Test Suite">
<directory>./tests/library</directory>

<testsuite name="Kimai">
<directory>./tests</directory>
</testsuite>

<groups>
<exclude>
<group>disable</group>
Expand All @@ -12,29 +14,10 @@
<filter>
<whitelist processUncoveredFilesFromWhitelist="false">
<directory suffix=".php">./libraries/Kimai</directory>
<exclude>
<directory>./libraries/Zend</directory>
</exclude>
</whitelist>
</filter>

<logging>
<!--
Adapt these paths to your special needs
-->
<!--log type="coverage-html" target="doc/coverage" charset="UTF-8"
yui="true" highlight="false"
lowUpperBound="35" highLowerBound="70"/-->
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
<!-- log type="coverage-xml" target="path/to/coverage.xml"/-->
<!-- log type="graphviz" target="path/to/logfile.dot"/-->
<!-- log type="json" target="path/to/phpunit/logfile.json"/-->
<!-- log type="metrics-xml" target="path/to/phpunit/metrics.xml"/-->
<!-- log type="plain" target="path/to/phpunit/logfile.txt"/-->
<!-- log type="pmd-xml" target="path/to/phpunit/pmd.xml" cpdMinLines="5" cpdMinMatches="70"/-->
<!-- log type="tap" target="path/to/phpunit/logfile.tap"/-->
<!-- log type="test-xml" target="path/to/phpunit/logfile.xml" logIncompleteSkipped="false"/-->
<!-- log type="testdox-html" target="path/to/phpunit/testdox.html"/-->
<!-- log type="testdox-text" target="path/to/phpunit/testdox.txt"/-->
</logging>
</phpunit>
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php">

<testsuite name="KimaiLibs">
<directory>tests/library</directory>
<testsuite name="Kimai">
<directory>tests</directory>
</testsuite>

<groups>
Expand Down
279 changes: 0 additions & 279 deletions tests/test_umysql_layer.php

This file was deleted.

0 comments on commit 29b8cb2

Please sign in to comment.