PHPUnit_Framework_Assert::markTestIncomplete PHP Method

markTestIncomplete() public static method

Mark the test as incomplete.
public static markTestIncomplete ( string $message = '' )
$message string
    public static function markTestIncomplete($message = '')
    {
        throw new PHPUnit_Framework_IncompleteTestError($message);
    }
PHPUnit_Framework_Assert