OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
assets
/
payment
/
vendor
/
razorpay
/
razorpay
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/04/2025 01:02:23 PM
rwxr-xr-x
📄
.editorconfig
253 bytes
01/04/2025 02:43:29 PM
rw-r--r--
📁
.git
-
01/04/2025 01:02:39 PM
rwxr-xr-x
📁
.github
-
01/04/2025 01:09:29 PM
rwxr-xr-x
📄
.gitignore
55 bytes
01/04/2025 02:43:29 PM
rw-r--r--
📄
.semgrepignore
0 bytes
01/04/2025 02:43:29 PM
rw-r--r--
📄
.travis.yml
1.68 KB
01/04/2025 02:43:29 PM
rw-r--r--
📄
CHANGELOG.md
9.12 KB
01/04/2025 02:43:29 PM
rw-r--r--
📄
Deprecated.php
604 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
LICENSE
1.02 KB
01/04/2025 02:43:29 PM
rw-r--r--
📄
README.md
3.75 KB
01/04/2025 02:43:29 PM
rw-r--r--
📄
Razorpay.php
1.4 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
composer.json
1.08 KB
01/04/2025 02:43:29 PM
rw-r--r--
📄
doc.md
649 bytes
01/04/2025 02:43:29 PM
rw-r--r--
📁
documents
-
01/04/2025 01:02:27 PM
rwxr-xr-x
📁
libs
-
01/04/2025 01:02:34 PM
rwxr-xr-x
📁
non_composer_tests
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📄
phpunit.xml.dist
1.02 KB
01/04/2025 02:43:29 PM
rw-r--r--
📄
release.txt
80 bytes
01/04/2025 02:43:29 PM
rw-r--r--
📁
src
-
05/19/2025 10:07:15 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:15 AM
rwxr-xr-x
Editing: phpunit.xml.dist
Close
<?xml version="1.0" encoding="UTF-8"?> <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/bootstrap.php"> <coverage> <include> <directory>./src</directory> </include> <exclude/> </coverage> <php> <!-- copy this file to phpunit.xml and replace with your API key to run tests --> <!-- Also uncomment the following two lines--> <!--<server name="KEY_ID" value="" /> <server name="KEY_SECRET" value="" /> --> </php> <testsuites> <testsuite name="default"> <directory>./non_composer_tests/</directory> </testsuite> <testsuite name="default"> <directory>./tests</directory> </testsuite> </testsuites> </phpunit>