- Timestamp:
- 02/01/2016 06:53:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/notifications/class-bp-notifications-template.php
r9819 r10487 8 8 class BP_Tests_Notifications_BPNotificationsTemplate extends BP_UnitTestCase { 9 9 /** 10 11 12 13 10 * @group pagination 11 * @group BP6229 12 */ 13 public function test_pagination_params_in_url_should_be_passed_to_query() { 14 14 $u = $this->factory->user->create(); 15 15 … … 38 38 $expected = array( $notifications[3], $notifications[2] ); 39 39 $this->assertEquals( $expected, wp_list_pluck( $template->notifications, 'id' ) ); 40 40 } 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.