Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2019 10:07:43 PM (6 years ago)
Author:
espellcaste
Message:

Mark unit tests without tests as incomplete.

There are a few tests that were added but had no actual tests done on them. This commit mark them as incomplete. This avoids warnings when running the tests.

Fixes #8039

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/friends/activity.php

    r11737 r12328  
    230230
    231231        $this->set_current_user( $old_user );
     232
     233        // Remove the following lines when you implement this test.
     234        $this->markTestIncomplete(
     235            'This test has not been implemented yet.'
     236        );
    232237    }
    233238}
Note: See TracChangeset for help on using the changeset viewer.