Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2016 06:53:30 PM (9 years ago)
Author:
djpaul
Message:

Fix indentation on lines beginning with a space character followed by a tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/notifications/class-bp-notifications-template.php

    r9819 r10487  
    88class BP_Tests_Notifications_BPNotificationsTemplate extends BP_UnitTestCase {
    99    /**
    10      * @group pagination
    11      * @group BP6229
    12      */
    13     public function test_pagination_params_in_url_should_be_passed_to_query() {
     10     * @group pagination
     11     * @group BP6229
     12     */
     13    public function test_pagination_params_in_url_should_be_passed_to_query() {
    1414        $u = $this->factory->user->create();
    1515
     
    3838        $expected = array( $notifications[3], $notifications[2] );
    3939        $this->assertEquals( $expected, wp_list_pluck( $template->notifications, 'id' ) );
    40     }
     40    }
    4141}
Note: See TracChangeset for help on using the changeset viewer.