PropertyDeclarationUnitTest.inc in Coder 8.3
Same filename and directory in other branches
Test file.
File
tests/Drupal/Classes/PropertyDeclarationUnitTest.incView source
<?php
/**
* @file
* Test file.
*/
/**
* Test class with properties.
*/
class Test {
/**
* Bad property style.
*/
var $varStyle;
}