PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Josantonius   WP_Register   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP_Register
Minify and unify CSS and JavaScript for WordPress
Author: By
Last change: Updated to 1.0.4 version
Date: 6 years ago
Size: 1,149 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <php> <server name='DOCUMENT_ROOT' value='/tmp/wordpress' /> </php> <testsuites> <testsuite name="WP_Register Test Suite"> <file>tests/WP_Register/Test/UnifyFiles.php</file> <file>tests/WP_Register/Test/RegisterScriptsTest.php</file> <file>tests/WP_Register/Test/RegisterStylesTest.php</file> <file>tests/WP_Register/Test/RegisterAdminScriptsTest.php</file> <file>tests/WP_Register/Test/RegisterAdminStylesTest.php</file> <file>tests/WP_Register/Test/UnifyAdminFiles.php</file> </testsuite> </testsuites> <filter> <whitelist> <directory>src/WP_Register</directory> </whitelist> </filter> </phpunit>