X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us/wp-content/plugins/extendify
home
/
gfecatvj
/
4abetter.us
/
wp-content
/
plugins
/
extendify
/
📁
..
📄
.gitattributes
(110 B)
📄
LICENSE
(17.62 KB)
📁
app
📄
bootstrap.php
(6.49 KB)
📄
extendify.php
(6.85 KB)
📁
languages
📁
lib
📄
phpunit.xml.dist
(636 B)
📁
public
📄
readme.txt
(17.36 KB)
📁
routes
📁
src
📁
tests
📁
vendor
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="tests/bootstrap.php" colors="true" cacheResultFile=".phpunit.cache/test-results" > <php> <env name="WP_TESTS_DIR" value="vendor/wp-phpunit/wp-phpunit" /> <env name="WP_PHPUNIT__TESTS_CONFIG" value="tests/wp-tests-config.php" /> </php> <testsuites> <testsuite name="default"> <directory>tests</directory> </testsuite> </testsuites> <coverage> <include> <directory suffix=".php">app</directory> </include> </coverage> </phpunit>
Upload File
Create Folder