Skip to:
Content

BuddyPress.org

Ticket #8247: 8247.diff

File 8247.diff, 474 bytes (added by fahimmurshed, 5 years ago)

Patch

  • invitations-extensions.php

     
    11<?php
    22/**
    33 * The following implementations of BP_Attachment act as dummy plugins
    4  * for our unit tests
     4 * for our unit tests.
    55 */
    66class BPTest_Invitation_Manager_Extension extends BP_Invitation_Manager {
    77        public function __construct( $args = array() ) {