mirror of
https://github.com/predis/predis.git
synced 2026-08-19 20:53:09 +00:00
16 lines
364 B
XML
16 lines
364 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap="test/bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="Predis Test Suite">
|
|
<directory>test/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">lib/Predis/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|