PHP Classes

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

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   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: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year 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>