Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 6fbb79c

Browse files
keradussebastianbergmann
authored andcommitted
Add info about OSFAMILY to newer PHPUnit
1 parent e0bd022 commit 6fbb79c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

src/6.4/en/incomplete-and-skipped-tests.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ Tests: 1, Assertions: 0, Skipped: 1.</screen>
249249
<entry>@requires OS Linux</entry>
250250
<entry>@requires OS WIN32|WINNT</entry>
251251
</row>
252+
<row>
253+
<entry><literal>OSFAMILY</literal></entry>
254+
<entry>Any <ulink url="http://php.net/manual/en/reserved.constants.php#constant.php-os-family">OS family</ulink></entry>
255+
<entry>@requires OSFAMILY Solaris</entry>
256+
<entry>@requires OSFAMILY Windows</entry>
257+
</row>
252258
<row>
253259
<entry><literal>function</literal></entry>
254260
<entry>Any valid parameter to <ulink url="http://php.net/function_exists">function_exists</ulink></entry>

src/6.5/en/incomplete-and-skipped-tests.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ Tests: 1, Assertions: 0, Skipped: 1.</screen>
249249
<entry>@requires OS Linux</entry>
250250
<entry>@requires OS WIN32|WINNT</entry>
251251
</row>
252+
<row>
253+
<entry><literal>OSFAMILY</literal></entry>
254+
<entry>Any <ulink url="http://php.net/manual/en/reserved.constants.php#constant.php-os-family">OS family</ulink></entry>
255+
<entry>@requires OSFAMILY Solaris</entry>
256+
<entry>@requires OSFAMILY Windows</entry>
257+
</row>
252258
<row>
253259
<entry><literal>function</literal></entry>
254260
<entry>Any valid parameter to <ulink url="http://php.net/function_exists">function_exists</ulink></entry>

src/7.0/en/incomplete-and-skipped-tests.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ Tests: 1, Assertions: 0, Skipped: 1.</screen>
249249
<entry>@requires OS Linux</entry>
250250
<entry>@requires OS WIN32|WINNT</entry>
251251
</row>
252+
<row>
253+
<entry><literal>OSFAMILY</literal></entry>
254+
<entry>Any <ulink url="http://php.net/manual/en/reserved.constants.php#constant.php-os-family">OS family</ulink></entry>
255+
<entry>@requires OSFAMILY Solaris</entry>
256+
<entry>@requires OSFAMILY Windows</entry>
257+
</row>
252258
<row>
253259
<entry><literal>function</literal></entry>
254260
<entry>Any valid parameter to <ulink url="http://php.net/function_exists">function_exists</ulink></entry>

0 commit comments

Comments
 (0)