10 lines
293 B
XML
10 lines
293 B
XML
<phpunit bootstrap="bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="SampleTest">
|
|
<directory>unit/config</directory>
|
|
</testsuite>
|
|
<testsuite name="SecurityRegress">
|
|
<directory>unit/securityregress/SecurityRegress.php</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit> |