Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/14/2016 11:53:02 PM (10 years ago)
Author:
boonebgorges
Message:

Tests: Use assertTrue() instead of assertNotFalse().

I guess this is what you call Progressive Enhancement.

Introduced in [11103].
See #5451.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php

    r11103 r11104  
    691691
    692692                // Assert ! empty() check is not false.
    693                 $this->assertNotFalse( ! empty( $group->is_member ) );
     693                $this->assertTrue( ! empty( $group->is_member ) );
    694694
    695695                $this->set_current_user( $this->old_current_user );
Note: See TracChangeset for help on using the changeset viewer.