OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
ralouphie
/
getallheaders
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:03 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:36:06 AM
rwxr-xr-x
📄
.gitattributes
158 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
.gitignore
58 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
.travis.yml
237 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
LICENSE
1.08 KB
08/12/2024 10:33:03 AM
rw-r--r--
📄
README.md
1.09 KB
08/12/2024 10:33:03 AM
rw-r--r--
📄
composer.json
491 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📄
phpunit.xml
443 bytes
08/12/2024 10:33:03 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:32 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:32 AM
rwxr-xr-x
Editing: phpunit.xml
Close
<phpunit bootstrap="vendor/autoload.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"> <testsuite name="getallheaders"> <directory>./tests</directory> </testsuite> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging> </phpunit>