- Timestamp:
- 06/30/2017 04:35:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-network.php
r39071 r40968 1 1 <?php 2 2 3 /** 4 * Unit test factory for networks. 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 * 9 * @method int create( $args = array(), $generation_definitions = null ) 10 * @method WP_Network create_and_get( $args = array(), $generation_definitions = null ) 11 * @method int[] create_many( $count, $args = array(), $generation_definitions = null ) 12 */ 3 13 class WP_UnitTest_Factory_For_Network extends WP_UnitTest_Factory_For_Thing { 4 14
Note: See TracChangeset
for help on using the changeset viewer.