2011-03-17 00:12:32 +00:00
|
|
|
<phpunit backupGlobals="true"
|
|
|
|
backupStaticAttributes="false"
|
|
|
|
bootstrap="test/bootstrap.php"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
strict="false"
|
|
|
|
verbose="true">
|
|
|
|
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Everything">
|
|
|
|
<directory>test/IDF/</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2011-03-24 23:29:50 +00:00
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">src/IDF</directory>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">src/IDF/Tests</directory>
|
|
|
|
<directory suffix=".php">src/IDF/conf</directory>
|
|
|
|
<file>src/IDF/version.php</file>
|
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2011-03-17 00:12:32 +00:00
|
|
|
</phpunit>
|
2011-03-24 23:29:50 +00:00
|
|
|
|