<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="SetSniffPropertyTest" xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd">

    <rule ref="Generic">
        <exclude name="Generic.Debug"/>
        <properties>
            <property name="doesnotexist" value="2"/>
        </properties>
    </rule>
</ruleset>
