- Timestamp:
- 10/17/2015 06:02:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/updateBlogDetails.php
r35225 r35242 26 26 27 27 function test_update_blog_details() { 28 $blog_id = self:: $factory->blog->create();28 $blog_id = self::factory()->blog->create(); 29 29 30 30 $result = update_blog_details( $blog_id, array( 'domain' => 'example.com', 'path' => 'my_path/' ) ); … … 54 54 $test_action_counter = 0; 55 55 56 $blog_id = self:: $factory->blog->create();56 $blog_id = self::factory()->blog->create(); 57 57 58 58 // Set an initial value of '1' for the flag when '0' is the flag value being tested.
Note: See TracChangeset
for help on using the changeset viewer.