Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<?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>