woo-razorpay
Last commit date
css
4 years ago
images
5 years ago
includes
3 years ago
js
4 years ago
public
3 years ago
razorpay-sdk
4 years ago
templates
3 years ago
tests
3 years ago
.editorconfig
9 years ago
LICENSE
10 years ago
btn-1cc-checkout.js
3 years ago
composer.json
3 years ago
composer.wp-install.json
3 years ago
debug.md
4 years ago
phpunit.xml
3 years ago
readme.txt
3 years ago
script.js
3 years ago
woo-razorpay.php
3 years ago
phpunit.xml
10 lines
| 1 | <phpunit bootstrap="tests/phpunit/bootstrap.php" backupGlobals="false" |
| 2 | colors="false" convertErrorsToExceptions="true" |
| 3 | convertNoticesToExceptions="true" convertWarningsToExceptions="true"> |
| 4 | <testsuites> |
| 5 | <testsuite name="unit"> |
| 6 | <directory prefix="test-" suffix=".php">./tests/phpunit/tests</directory> |
| 7 | </testsuite> |
| 8 | </testsuites> |
| 9 | </phpunit> |
| 10 |