Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
<phpunit
|
||||
colors="true"
|
||||
bootstrap="vendor/autoload.php"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
strict="true"
|
||||
>
|
||||
<testsuite name="sabre-event">
|
||||
<directory>tests/</directory>
|
||||
</testsuite>
|
||||
|
||||
<filter>
|
||||
<whitelist addUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./lib/</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user