Changeset 1044 in tests for trunk/includes/factory.php
- Timestamp:
- 09/24/2012 07:26:33 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/factory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/factory.php
r994 r1044 98 98 99 99 function __construct( $factory = null ) { 100 global $current_site ;100 global $current_site, $base; 101 101 parent::__construct( $factory ); 102 102 $this->default_generation_definitions = array( 103 103 'domain' => $current_site->domain, 104 'path' => new WP_UnitTest_Generator_Sequence( 'testpath%s' ),104 'path' => new WP_UnitTest_Generator_Sequence( $base . 'testpath%s' ), 105 105 'title' => new WP_UnitTest_Generator_Sequence( 'Site %s' ), 106 106 'site_id' => $current_site->id,
Note: See TracChangeset
for help on using the changeset viewer.