Skip to content

Commit c917240

Browse files
Use HTTPS instead of HTTP
1 parent e49b92f commit c917240

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/incomplete-and-skipped-tests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ In addition to the above methods it is also possible to use the
208208
- @requires PHPUnit 7.3.1
209209
- @requires PHPUnit < 8
210210
* - ``OS``
211-
- A regexp matching `PHP_OS <http://php.net/manual/en/reserved.constants.php#constant.php-os>`_
211+
- A regexp matching `PHP_OS <https://www.php.net/manual/en/reserved.constants.php#constant.php-os>`_
212212
- @requires OS Linux
213213
- @requires OS WIN32|WINNT
214214
* - ``OSFAMILY``
215-
- Any `OS family <http://php.net/manual/en/reserved.constants.php#constant.php-os-family>`_
215+
- Any `OS family <https://www.php.net/manual/en/reserved.constants.php#constant.php-os-family>`_
216216
- @requires OSFAMILY Solaris
217217
- @requires OSFAMILY Windows
218218
* - ``function``
219-
- Any valid parameter to `function_exists <http://php.net/function_exists>`_
219+
- Any valid parameter to `function_exists <https://www.php.net/function_exists>`_
220220
- @requires function imap_open
221221
- @requires function ReflectionMethod::setAccessible
222222
* - ``extension``

0 commit comments

Comments
 (0)