Skip to content

Commit 07801ac

Browse files
committed
Build/Test Tools: Adds summaries to each of the Tests_Basic test methods.
Reviewed by jorbin. (See https://core.trac.wordpress.org/ticket/63390#comment:5) Merges [60220] to the 6.8 branch. See #63167. git-svn-id: https://develop.svn.wordpress.org/branches/6.8@60224 602fd350-edb4-49c9-b593-d223f7449a82
1 parent da87120 commit 07801ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/phpunit/tests/basic.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
class Tests_Basic extends WP_UnitTestCase {
99

1010
/**
11+
* Test copyright year in license.txt.
12+
*
1113
* @coversNothing
1214
*/
1315
public function test_license() {
@@ -23,6 +25,8 @@ public function test_license() {
2325
}
2426

2527
/**
28+
* Test latest stable version is included in SECURITY.md.
29+
*
2630
* @coversNothing
2731
*/
2832
public function test_security_md() {
@@ -39,6 +43,8 @@ public function test_security_md() {
3943
}
4044

4145
/**
46+
* Test the version number in package.json is correct.
47+
*
4248
* @coversNothing
4349
*/
4450
public function test_package_json() {
@@ -57,6 +63,8 @@ public function test_package_json() {
5763
}
5864

5965
/**
66+
* Test engines.node is included in package.json.
67+
*
6068
* @depends test_package_json
6169
*
6270
* @coversNothing

0 commit comments

Comments
 (0)