Skip to:
Content

BuddyPress.org

Ticket #8244: 8244.diff

File 8244.diff, 455 bytes (added by fahimmurshed, 6 years ago)

Patch

  • attachment-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_Attachment_Extension extends BP_Attachment {
    77        public function __construct( $args = array() ) {