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/routing/members.php

    r11737 r12328  
    9898        bp_register_member_type( 'foo' );
    9999        $this->go_to( bp_get_members_directory_permalink() . 'type/foo/' );
     100
     101        // Remove the following lines when you implement this test.
     102        $this->markTestIncomplete(
     103            'This test has not been implemented yet.'
     104        );
    100105    }
    101106
Note: See TracChangeset for help on using the changeset viewer.