first commit
This commit is contained in:
17
plugins/stPayNowPlugin/vendor/pay-now/paynow-php-sdk/phpunit.xml
vendored
Normal file
17
plugins/stPayNowPlugin/vendor/pay-now/paynow-php-sdk/phpunit.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<phpunit bootstrap="tests/bootstrap.php"
|
||||
colors="false">
|
||||
<testsuites>
|
||||
<testsuite name="Paynow PHP Test Suite">
|
||||
<directory suffix="Test.php">tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">./src</directory>
|
||||
<exclude>
|
||||
<directory>vendor</directory>
|
||||
<directory suffix=".php">tests</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user