PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.xml   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: 2 days ago
Size: 677 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="AcceptTest" xsi:noNamespaceSchemaLocation="phpcs.xsd"> <description>Ruleset to test the filtering based on exclude patterns.</description> <!-- Directory pattern. --> <exclude-pattern>*/something/*</exclude-pattern> <!-- File pattern. --> <exclude-pattern>*/Other/Main\.php$</exclude-pattern> <rule ref="Generic"> <!-- Standard specific directory pattern. --> <exclude-pattern>/anything/*</exclude-pattern> <!-- Standard specific file pattern. --> <exclude-pattern>/YetAnother/Main\.php</exclude-pattern> </rule> </ruleset>