Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
chromed
/
wp-content
/
plugins
/
extendify
:
phpunit.xml.dist
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>