golden hour
/home/godaofbq/hyperxpod.com/wp-content/plugins/metform-pro/core/integrations/payment/stripe-php
⬆️ Go Up
Upload
File/Folder
Size
Actions
VERSION
6 B
Del
OK
build.php
887 B
Del
OK
data
-
Del
OK
init.php
4.2 KB
Del
OK
lib
-
Del
OK
phpunit.no_autoload.xml
437 B
Del
OK
phpunit.xml
425 B
Del
OK
vendor
-
Del
OK
Edit: phpunit.no_autoload.xml
<phpunit bootstrap="tests/bootstrap.no_autoload.php" colors="true"> <testsuites> <testsuite name="Stripe PHP Test Suite"> <directory suffix="Test.php">tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>lib</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> </phpunit>
Save