Repository URL to install this package:
|
Version:
4.1.3 ▾
|
jsarnowski/wp-simple-pay-pro
/
phpunit.xml
|
|---|
<?xml version="1.0"?>
<phpunit
bootstrap="tests/php/phpunit/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite name="Integration and Unit Tests">
<directory prefix="test-" suffix=".php">./tests/php/phpunit/</directory>
</testsuite>
</testsuites>
<php>
<env
name="SIMPAY_STRIPE_TEST_SECRET_KEY"
value="sk_test_5AIfZY6kJYMFvAXNSY720zMr00RUsahlTA"
force="true"
/>
</php>
</phpunit>