Make WordPress Core


Ignore:
Timestamp:
08/30/2016 02:31:56 PM (8 years ago)
Author:
boonebgorges
Message:

Tests: Add docblocks for Basic_Object and Basic_Subclass classes.

Props DylanAuty.
See #37523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/class-basic-subclass.php

    r38285 r38444  
    11<?php
     2/**
     3 * Unit Tests: Basic_Subclass class
     4 *
     5 * @package WordPress
     6 * @subpackage UnitTests
     7 * @since 4.7.0
     8 */
    29
     10/**
     11 * Class used to test accessing methods and properties.
     12 *
     13 * @since 4.0.0
     14 */
    315class Basic_Subclass extends Basic_Object {}
Note: See TracChangeset for help on using the changeset viewer.