-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a64737
commit 7a73b21
Showing
4 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
tests/phpunit/testdata/plugins/test-plugin-plugin-readme-errors-invalid-license/load.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* Plugin Name: Test Plugin Readme Errors (invalid license) | ||
* Plugin URI: https://github.com/WordPress/plugin-check | ||
* Description: Test plugin for the Readme check. | ||
* Requires at least: 6.0 | ||
* Requires PHP: 5.6 | ||
* Version: 1.0.0 | ||
* Author: WordPress Performance Team | ||
* Author URI: https://make.wordpress.org/performance/ | ||
* License: Oculus VR Inc. Software Development Kit License | ||
* Text Domain: test-plugin-check-errors-invalid-license | ||
* | ||
* @package test-plugin-check-errors-invalid-license | ||
*/ |
11 changes: 11 additions & 0 deletions
11
tests/phpunit/testdata/plugins/test-plugin-plugin-readme-errors-invalid-license/readme.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
=== Test Plugin with readme === | ||
|
||
Contributors: plugin-check | ||
Requires at least: 6.0 | ||
Tested up to: 6.6 | ||
Requires PHP: 5.6 | ||
Stable tag: 1.0.0 | ||
Tags: testing, security | ||
License: Oculus VR Inc. Software Development Kit License | ||
|
||
Plugin description. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters