PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   WPMU Dev Plugin Test   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WPMU Dev Plugin Test
Test WordPress plugin created using WPMU Dev
Author: By
Last change:
Date: 1 month ago
Size: 501 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <phpunit bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" > <testsuites> <testsuite name="unit"> <directory prefix="test-" suffix=".php">./tests/</directory> </testsuite> </testsuites> <php> <env name="WP_PHPUNIT__TESTS_CONFIG" value="tests/wp-config.php" /> </php> </phpunit>