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/groups/functions.php

    r12163 r12328  
    2626
    2727        self::factory()->group->create();
     28
     29        // Remove the following lines when you implement this test.
     30        $this->markTestIncomplete(
     31            'This test has not been implemented yet.'
     32        );
    2833    }
    2934
Note: See TracChangeset for help on using the changeset viewer.