BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Ruleset
📤 Upload
📝 New File
📁 New Folder
Close
Editing: SetPropertyAllowedViaStdClassTest.xml
<?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="./tests/Core/Ruleset/Fixtures/TestStandard/Sniffs/SetProperty/AllowedViaStdClassSniff.php"> <properties> <property name="arbitrarystring" value="arbitraryvalue"/> <property name="arbitraryarray" type="array"> <element key="mykey" value="myvalue"/> </property> <property name="arbitraryarray" type="array" extend="true"> <element key="otherkey" value="othervalue"/> </property> </properties> </rule> </ruleset>
Save
Cancel