Changeset 46986
- Timestamp:
- 12/18/2019 12:24:03 AM (5 years ago)
- Location:
- trunk/tests/phpunit/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r46682 r46986 610 610 $this->assertNotInstanceOf( 'WP_Error', $actual, $message ); 611 611 } 612 613 612 614 613 /** -
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-callback-after-create.php
r46586 r46986 18 18 19 19 /** 20 * Calls the set callback on given object.20 * Calls the set callback on a given object. 21 21 * 22 22 * @param mixed $object The object to apply the callback on. -
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-term.php
r46985 r46986 8 8 * 9 9 * @method int create( $args = array(), $generation_definitions = null ) 10 * @method WP_Term create_and_get( $args = array(), $generation_definitions = null ) 10 11 * @method int[] create_many( $count, $args = array(), $generation_definitions = null ) 11 12 */
Note: See TracChangeset
for help on using the changeset viewer.