OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ramsey
/
uuid
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:04 AM
rwxr-xr-x
📄
.editorconfig
292 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📁
.git
-
08/12/2024 10:36:09 AM
rwxr-xr-x
📄
.gitattributes
1.09 KB
08/12/2024 10:33:04 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
.gitignore
62 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
.readthedocs.yml
196 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
CHANGELOG.md
51.61 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
3.16 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
CONTRIBUTING.md
5.57 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
LICENSE
1.07 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
README.md
4.08 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
SECURITY.md
7.88 KB
08/12/2024 10:33:05 AM
rw-r--r--
📁
build
-
08/12/2024 10:34:32 AM
rwxr-xr-x
📄
captainhook.json
2.93 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
codecov.yml
573 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
composer.json
3.73 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
composer.lock
267.85 KB
08/12/2024 10:33:04 AM
rw-r--r--
📁
docs
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📄
phpbench.json
230 bytes
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpcs.xml.dist
20.01 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpstan-tests.neon
1.2 KB
08/12/2024 10:33:04 AM
rw-r--r--
📄
phpstan.neon.dist
1018 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
phpunit.xml.dist
775 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
psalm-baseline.xml
5.46 KB
08/12/2024 10:33:05 AM
rw-r--r--
📄
psalm.xml
707 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
resources
-
08/12/2024 10:34:34 AM
rwxr-xr-x
📁
src
-
08/12/2024 10:34:36 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:36:11 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="./tests/bootstrap.php" cacheResultFile="./build/cache/phpunit.result.cache" colors="true" verbose="true"> <testsuites> <testsuite name="unit-tests"> <directory>./tests</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./src</directory> </include> </coverage> <php> <!-- E_ALL & ~E_DEPRECATED --> <ini name="error_reporting" value="24575"/> </php> </phpunit>