did-manager/tests/Unit/FAIR/DID/fixtures/test-plugin.php
Namith Jawahar 68fe7fb3de Update Tests and Examples
Update test to extend on lint recommendations.
Remove Wordpress specific examples and tests
2026-03-13 23:49:47 +05:30

26 lines
578 B
PHP

<?php
declare(strict_types=1);
const TEST_PLUGIN_FIXTURE = true;
/**
* 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.