mirror of
https://gh.wpcy.net/https://github.com/SilverAssist/wp-github-updater.git
synced 2026-04-27 09:43:36 +08:00
- Remove trailing whitespace - Fix file header spacing - Fix control structure spacing - Auto-fixed with phpcbf
14 lines
318 B
PHP
14 lines
318 B
PHP
<?php
|
|
|
|
/**
|
|
* Plugin Name: Test Plugin for Unit Tests
|
|
* Description: A minimal test plugin for UpdaterConfig tests
|
|
* Version: 1.0.0
|
|
* Author: Test Author
|
|
* Author URI: https://example.com
|
|
* Requires at least: 6.0
|
|
* Requires PHP: 8.2
|
|
* Text Domain: test-plugin
|
|
*/
|
|
|
|
// This file only exists for testing purposes
|