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

    <config name="installed_paths" value="./tests/Core/Ruleset/Fixtures/TestStandard/"/>

    <!-- This list is non-alphabetic on purpose. The display order is what is being tested. -->
    <rule ref="TestStandard.Deprecated.WithReplacement"/>
    <rule ref="TestStandard.Deprecated.WithoutReplacement"/>

</ruleset>
