first import
This commit is contained in:
15
SolrPhpClient/tests/phpunit.xml
Normal file
15
SolrPhpClient/tests/phpunit.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<phpunit bootstrap="phpunit.bootstrap.inc" colors="true">
|
||||
<logging>
|
||||
<log type="coverage-html" target="coverage-report" charset="UTF-8"/>
|
||||
<!--<log type="testdox-text" target="testdox.txt" charset="UTF-8"/>-->
|
||||
</logging>
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">../Apache</directory>
|
||||
<exclude>
|
||||
<file>./run.php</file>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user