OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
lcobucci
/
jwt
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:00 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:35:49 AM
rwxr-xr-x
📄
.gitattributes
384 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:16 AM
rwxr-xr-x
📄
.gitignore
104 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
LICENSE
1.48 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
Makefile
941 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
README.md
1.86 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
composer.json
1.6 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
composer.lock
182.67 KB
08/12/2024 10:33:00 AM
rw-r--r--
📁
docs
-
08/12/2024 10:33:26 AM
rwxr-xr-x
📄
infection.json.dist
328 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
mkdocs.yml
339 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpbench.json
167 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpcs.xml.dist
345 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpstan.neon.dist
233 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpunit.xml.dist
965 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
src
-
08/12/2024 10:34:17 AM
rwxr-xr-x
📁
test
-
08/12/2024 10:34:18 AM
rwxr-xr-x
Editing: phpunit.xml.dist
Close
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" verbose="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" beStrictAboutChangesToGlobalState="true" beStrictAboutCoversAnnotation="true" beStrictAboutResourceUsageDuringSmallTests="true" forceCoversAnnotation="true" failOnRisky="true" > <testsuites> <testsuite name="unit"> <directory>test/unit</directory> </testsuite> <testsuite name="functional"> <directory>test/functional</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">src</directory> </include> </coverage> </phpunit>