- Timestamp:
- 06/30/2017 04:35:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-bookmark.php
r37563 r40968 4 4 * Factory for creating fixtures for the deprecated Links/Bookmarks API. 5 5 * 6 * Note: The below @method notations are defined solely for the benefit of IDEs, 7 * as a way to indicate expected return values from the given factory methods. 8 * 6 9 * @since 4.6.0 10 * 11 * @method int create( $args = array(), $generation_definitions = null ) 12 * @method object create_and_get( $args = array(), $generation_definitions = null ) 13 * @method int[] create_many( $count, $args = array(), $generation_definitions = null ) 7 14 */ 8 15 class WP_UnitTest_Factory_For_Bookmark extends WP_UnitTest_Factory_For_Thing {
Note: See TracChangeset
for help on using the changeset viewer.