OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress_backup
/
vendor
/
ralouphie
/
getallheaders
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/06/2025 08:04:32 AM
rwxr-xr-x
📁
.git
-
01/06/2025 08:36:52 AM
rwxr-xr-x
📄
.gitattributes
158 bytes
01/06/2025 08:04:33 AM
rw-r--r--
📄
.gitignore
58 bytes
01/06/2025 08:04:33 AM
rw-r--r--
📄
.travis.yml
237 bytes
01/06/2025 08:04:33 AM
rw-r--r--
📄
LICENSE
1.08 KB
01/06/2025 08:04:34 AM
rw-r--r--
📄
README.md
1.09 KB
01/06/2025 08:04:34 AM
rw-r--r--
📄
composer.json
491 bytes
01/06/2025 08:04:33 AM
rw-r--r--
📄
phpunit.xml
443 bytes
01/06/2025 08:04:34 AM
rw-r--r--
📁
src
-
05/19/2025 10:07:17 AM
rwxr-xr-x
📁
tests
-
05/19/2025 10:07:17 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>