Ticket #8244: 8244.diff
| File 8244.diff, 455 bytes (added by , 6 years ago) |
|---|
-
attachment-extensions.php
1 1 <?php 2 2 /** 3 3 * The following implementations of BP_Attachment act as dummy plugins 4 * for our unit tests 4 * for our unit tests. 5 5 */ 6 6 class BPTest_Attachment_Extension extends BP_Attachment { 7 7 public function __construct( $args = array() ) {