You appear to be a bot. Output may be restricted
Description
Usage
WP_UnitTest_Factory_For_Network::__construct( $factory );
Parameters
- $factory
- ( mixed ) optional –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/includes/factory/class-wp-unittest-factory-for-network.php
Lines:
1 to 10 of 10
public function __construct( $factory = null ) { parent::__construct( $factory ); $this->default_generation_definitions = array( 'domain' => WP_TESTS_DOMAIN, 'title' => new WP_UnitTest_Generator_Sequence( 'Network %s' ), 'path' => new WP_UnitTest_Generator_Sequence( '/testpath%s/' ), 'network_id' => new WP_UnitTest_Generator_Sequence( '%s', 2 ), 'subdomain_install' => false, ); }