2013-08-07 08:38:38 +02:00
|
|
|
<?php
|
|
|
|
|
2016-01-19 04:55:19 +01:00
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-thing.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-post.php' );
|
2016-05-25 20:20:24 +02:00
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-bookmark.php' );
|
2016-01-19 04:55:19 +01:00
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-attachment.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-user.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-comment.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-blog.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-network.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-for-term.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-generator-sequence.php' );
|
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory-callback-after-create.php' );
|
2016-01-27 04:26:15 +01:00
|
|
|
require_once( dirname( __FILE__ ) . '/factory/class-wp-unittest-factory.php' );
|