did-manager/tests/Unit/FAIR/DID/fixtures/test-plugin.php
Chuck Adams 63ca5ad37b
format all sources with mago
Signed-off-by: Chuck Adams <cja987@gmail.com>
2026-01-05 12:03:39 -07:00

22 lines
517 B
PHP

<?php
/**
* Plugin Name: Test Plugin
* Plugin URI: https://example.com/test-plugin
* Description: A test plugin for fixture testing.
* Version: 1.0.0
* Author: Fixture Author
* Author URI: https://fixture.example.com
* Text Domain: test-plugin
* Domain Path: /languages
* Requires at least: 5.8
* Requires PHP: 7.4
* License: GPL-2.0+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Tags: fixture, testing
* Plugin ID: did:plc:fixture123
*
* @package TestPlugin
*/
// Silence is golden.