Changeset 11737 for trunk/tests/phpunit/testcases/routing/url.php
- Timestamp:
- 11/03/2017 07:44:10 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/routing/url.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/url.php
r11255 r11737 43 43 if ( is_multisite() ) { 44 44 $original_root_blog = bp_get_root_blog_id(); 45 $blog_id = $this->factory->blog->create( array(45 $blog_id = self::factory()->blog->create( array( 46 46 'path' => '/path' . rand() . time() . '/', 47 47 ) );
Note: See TracChangeset
for help on using the changeset viewer.