OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
new_ui
/
assets
/
payment
/
vendor
/
razorpay
/
razorpay
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/16/2025 04:32:21 AM
rwxr-xr-x
📄
.editorconfig
253 bytes
05/16/2025 04:32:21 AM
rw-r--r--
📁
.git
-
05/16/2025 04:33:01 AM
rwxr-xr-x
📁
.github
-
05/16/2025 04:32:58 AM
rwxr-xr-x
📄
.gitignore
55 bytes
05/16/2025 04:32:21 AM
rw-r--r--
📄
.semgrepignore
0 bytes
05/16/2025 04:32:21 AM
rw-r--r--
📄
.travis.yml
1.68 KB
05/16/2025 04:32:21 AM
rw-r--r--
📄
CHANGELOG.md
9.12 KB
05/16/2025 04:32:21 AM
rw-r--r--
📄
Deprecated.php
604 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
LICENSE
1.02 KB
05/16/2025 04:32:21 AM
rw-r--r--
📄
README.md
3.75 KB
05/16/2025 04:32:21 AM
rw-r--r--
📄
Razorpay.php
1.4 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
composer.json
1.08 KB
05/16/2025 04:32:21 AM
rw-r--r--
📄
doc.md
649 bytes
05/16/2025 04:32:21 AM
rw-r--r--
📁
documents
-
05/16/2025 04:32:37 AM
rwxr-xr-x
📁
libs
-
05/16/2025 04:32:58 AM
rwxr-xr-x
📁
non_composer_tests
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
phpunit.xml.dist
1.02 KB
05/16/2025 04:32:21 AM
rw-r--r--
📄
release.txt
80 bytes
05/16/2025 04:32:21 AM
rw-r--r--
📁
src
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:13 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>