Commit ac226477 authored by Bas de Nooijer's avatar Bas de Nooijer

- unittest improvements

parent 881e7308
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" <phpunit backupGlobals="false" backupStaticAttributes="false" syntaxCheck="false" bootstrap="tests/bootstrap.php">
backupStaticAttributes="false"
syntaxCheck="false" bootstrap="tests/bootstrap.php">
<testsuites> <testsuites>
<testsuite name="Solarium"> <testsuite name="Solarium">
<directory suffix="Test.php">tests</directory> <directory suffix="Test.php">tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<logging> <logging>
<log type="coverage-html" target="build/coverage" title="Solarium" <log type="coverage-html" target="build/coverage" title="Solarium"
charset="UTF-8" yui="true" highlight="true" charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70"/> lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/> <log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/> <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging> </logging>
<filter> <filter>
<whitelist> <whitelist>
<directory suffix=".php">library</directory> <directory suffix=".php">library</directory>
<exclude>
<file>Solarium/Autoloader.php</file>
</exclude>
</whitelist> </whitelist>
<blacklist> </filter>
<file>library/Solarium/Autoloader.php</file>
</blacklist>
</filter>
</phpunit> </phpunit>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment