📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: phpunit.xml
<phpunit colors="true" testdox="true" verbose="true"> <php> <var name="TEST_TESTRUN" value="unit"/> <!-- make sure all PHP errors are reported and raise PHPunit exceptions --> <ini name="error_reporting" value="-1"/> </php> <testsuites> <testsuite name="unit"> <directory>.</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true" pathCoverage="true"> <include> <directory suffix=".php">../../src</directory> </include> <report> <php outputFile="../../testreports/unit/coverage.cov"/> <clover outputFile="../../testreports/unit/clover.xml"/> </report> </coverage> <logging> <testdoxHtml outputFile="../../testreports/unit/results.html"/> </logging> </phpunit> <!-- vim: set ts=4 sw=4 expandtab fenc=utf8 ff=unix tw=120: -->
Save