You are here

PropertyDeclarationUnitTest.inc in Coder 8.3.x

Same filename and directory in other branches
  1. 8.3 tests/Drupal/Classes/PropertyDeclarationUnitTest.inc

Test file.

File

tests/Drupal/Classes/PropertyDeclarationUnitTest.inc
View source
<?php

/**
 * @file
 * Test file.
 */

/**
 * Test class with properties.
 */
class Test {

  /**
   * Bad property style.
   */
  var $varStyle;

}

Classes

Namesort descending Description
Test Test class with properties.