OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
cloud-storage
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:32:56 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:34:59 AM
rwxr-xr-x
📄
.gitattributes
73 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📁
.github
-
08/12/2024 10:33:13 AM
rwxr-xr-x
📄
CODE_OF_CONDUCT.md
1.97 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
CONTRIBUTING.md
522 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
LICENSE
11.29 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
README.md
2.74 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
SECURITY.md
336 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
VERSION
8 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
composer.json
1.35 KB
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit-conformance.xml.dist
550 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit-snippets.xml.dist
604 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit-system.xml.dist
600 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📄
phpunit.xml.dist
536 bytes
08/12/2024 10:32:54 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:51 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:53 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" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage> <include> <directory suffix=".php">src</directory> </include> <exclude> <directory suffix=".php">src/V[!a-zA-Z]*</directory> </exclude> </coverage> <testsuites> <testsuite name="Unit Test Suite"> <directory>tests/Unit</directory> </testsuite> </testsuites> </phpunit>