2024-09-21 11:00:33 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit
|
|
|
|
bootstrap="tests/bootstrap.php"
|
|
|
|
backupGlobals="false"
|
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="true"
|
|
|
|
convertNoticesToExceptions="true"
|
|
|
|
convertWarningsToExceptions="true"
|
|
|
|
>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="testing">
|
2024-12-20 18:39:20 +01:00
|
|
|
<directory prefix="class-test-" suffix=".php">./tests/</directory>
|
2024-09-21 11:00:33 +02:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|