mirror of https://github.com/YOURLS/YOURLS
13 lines
315 B
PHP
13 lines
315 B
PHP
<?php
|
|
/*
|
|
Plugin Name: Test Plugin 2
|
|
Plugin URI: https://github.com/YOURLS/YOURLS
|
|
Description: This plugin does nothing
|
|
Version: 1.0
|
|
Author: Ozh
|
|
Author URI: https://ozh.org/
|
|
*/
|
|
|
|
// This plugin does nothing. Its role is to be loaded by the unit tests and
|
|
// at the same time to not modify any YOURLS default behavior
|