003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/vendor/phpmyadmin/shapefile
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
vendor
/
phpmyadmin
/
shapefile
/
📁
..
📄
CHANGELOG.md
(1.3 KB)
📄
CONTRIBUTING.md
(877 B)
📄
LICENSE
(17.62 KB)
📄
README.md
(1.92 KB)
📄
codecov.yml
(54 B)
📄
composer.json
(938 B)
📄
phpunit.xml
(808 B)
📁
src
Editing: phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <logging> <log type="coverage-clover" target="coverage.xml" /> </logging> <testsuites> <testsuite name="Main"> <directory suffix=".php">./tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src/</directory> </whitelist> </filter> </phpunit>
Upload File
Create Folder