- Timestamp:
- 02/07/2016 04:55:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/functions/bpActivityGetActions.php
r10515 r10545 134 134 135 135 $expected = array( 136 'new_foo' => 'new_foo', 137 'new_blog_post' => 'new_blog_post', 136 'new_foo' => 'new_foo', 137 'new_blog_post' => 'new_blog_post', 138 'new_blog_comment' => 'new_blog_comment', 138 139 ); 139 140 … … 147 148 $actions = bp_activity_get_actions(); 148 149 $expected = array( 149 'new_blog_post' => 'new_blog_post', 150 'new_blog_post' => 'new_blog_post', 151 'new_blog_comment' => 'new_blog_comment', 150 152 ); 151 153 $this->assertSame( $expected, wp_list_pluck( (array) $actions->blogs, 'key' ) ); … … 167 169 168 170 $expected = array( 169 'new_foo' => 'new_foo', 170 'new_blog_post' => 'new_blog_post', 171 'new_foo' => 'new_foo', 172 'new_blog_post' => 'new_blog_post', 173 'new_blog_comment' => 'new_blog_comment', 171 174 ); 172 175
Note: See TracChangeset
for help on using the changeset viewer.