@@ -20,7 +20,7 @@ public function __construct() {
20
20
21
21
22
22
/**
23
- * Run tests to determine if auto-updates can run.
23
+ * Runs tests to determine if auto-updates can run.
24
24
*
25
25
* @since 5.2.0
26
26
*
@@ -58,7 +58,7 @@ static function( $test ) {
58
58
}
59
59
60
60
/**
61
- * Test if auto-updates related constants are set correctly.
61
+ * Tests if auto-updates related constants are set correctly.
62
62
*
63
63
* @since 5.2.0
64
64
* @since 5.5.1 The `$value` parameter can accept an array.
@@ -84,7 +84,7 @@ public function test_constants( $constant, $value ) {
84
84
}
85
85
86
86
/**
87
- * Check if updates are intercepted by a filter.
87
+ * Checks if updates are intercepted by a filter.
88
88
*
89
89
* @since 5.2.0
90
90
*
@@ -106,7 +106,7 @@ public function test_wp_version_check_attached() {
106
106
}
107
107
108
108
/**
109
- * Check if automatic updates are disabled by a filter.
109
+ * Checks if automatic updates are disabled by a filter.
110
110
*
111
111
* @since 5.2.0
112
112
*
@@ -127,7 +127,7 @@ public function test_filters_automatic_updater_disabled() {
127
127
}
128
128
129
129
/**
130
- * Check if automatic updates are disabled.
130
+ * Checks if automatic updates are disabled.
131
131
*
132
132
* @since 5.3.0
133
133
*
@@ -151,7 +151,7 @@ public function test_wp_automatic_updates_disabled() {
151
151
}
152
152
153
153
/**
154
- * Check if automatic updates have tried to run, but failed, previously.
154
+ * Checks if automatic updates have tried to run, but failed, previously.
155
155
*
156
156
* @since 5.2.0
157
157
*
@@ -197,7 +197,7 @@ public function test_if_failed_update() {
197
197
}
198
198
199
199
/**
200
- * Check if WordPress is controlled by a VCS (Git, Subversion etc).
200
+ * Checks if WordPress is controlled by a VCS (Git, Subversion etc).
201
201
*
202
202
* @since 5.2.0
203
203
*
@@ -267,7 +267,7 @@ public function test_vcs_abspath() {
267
267
}
268
268
269
269
/**
270
- * Check if we can access files without providing credentials.
270
+ * Checks if we can access files without providing credentials.
271
271
*
272
272
* @since 5.2.0
273
273
*
@@ -299,7 +299,7 @@ public function test_check_wp_filesystem_method() {
299
299
}
300
300
301
301
/**
302
- * Check if core files are writable by the web user/group.
302
+ * Checks if core files are writable by the web user/group.
303
303
*
304
304
* @since 5.2.0
305
305
*
@@ -386,7 +386,7 @@ public function test_all_files_writable() {
386
386
}
387
387
388
388
/**
389
- * Check if the install is using a development branch and can use nightly packages.
389
+ * Checks if the install is using a development branch and can use nightly packages.
390
390
*
391
391
* @since 5.2.0
392
392
*
@@ -424,7 +424,7 @@ public function test_accepts_dev_updates() {
424
424
}
425
425
426
426
/**
427
- * Check if the site supports automatic minor updates.
427
+ * Checks if the site supports automatic minor updates.
428
428
*
429
429
* @since 5.2.0
430
430
*
0 commit comments