XYZ File Manager
Current Path:
/opt/.wp-cli/packages/vendor/composer/semver
opt
/
.wp-cli
/
packages
/
vendor
/
composer
/
semver
/
📁
..
📁
.git
📄
.gitattributes
(768 B)
📁
.github
📄
.gitignore
(62 B)
📄
.php_cs
(1.88 KB)
📄
CHANGELOG.md
(9.85 KB)
📄
CONTRIBUTING.md
(1 KB)
📄
LICENSE
(1.03 KB)
📄
README.md
(3.32 KB)
📄
composer.json
(1.47 KB)
📄
phpstan-baseline.neon
(474 B)
📄
phpstan.neon.dist
(426 B)
📄
phpunit.xml.dist
(530 B)
📁
src
📁
tests
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="Semver Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>src</directory> </whitelist> </filter> </phpunit>
Upload File
Create Folder