woo-razorpay
Last commit date
css
4 years ago
images
5 years ago
includes
5 months ago
js
4 years ago
public
10 months ago
razorpay-sdk
1 year ago
templates
3 years ago
tests
5 months ago
.editorconfig
9 years ago
LICENSE
10 years ago
btn-1cc-checkout.js
3 years ago
checkout-block.php
2 years ago
checkout_block.js
2 years ago
composer.json
3 years ago
composer.wp-install.json
3 years ago
debug.md
11 months ago
phpunit.xml
3 years ago
readme.txt
5 months ago
script.js
3 years ago
woo-razorpay.php
5 months 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 |