Changeset 47198 for trunk/tests/phpunit/includes/factory.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory.php
r46586 r47198 1 1 <?php 2 2 3 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-thing.php' );4 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-post.php' );5 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-bookmark.php' );6 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-attachment.php' );7 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-user.php' );8 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-comment.php' );9 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-blog.php' );10 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-network.php' );11 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-term.php' );12 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-generator-sequence.php' );13 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-callback-after-create.php' );14 require_once ( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory.php' );3 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-thing.php'; 4 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-post.php'; 5 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-bookmark.php'; 6 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-attachment.php'; 7 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-user.php'; 8 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-comment.php'; 9 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-blog.php'; 10 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-network.php'; 11 require_once __DIR__ . '/factory/class-wp-unittest-factory-for-term.php'; 12 require_once __DIR__ . '/factory/class-wp-unittest-generator-sequence.php'; 13 require_once __DIR__ . '/factory/class-wp-unittest-factory-callback-after-create.php'; 14 require_once __DIR__ . '/factory/class-wp-unittest-factory.php';
Note: See TracChangeset
for help on using the changeset viewer.