]> granicus.if.org Git - php/commitdiff
- add skipif
authorPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 06:57:53 +0000 (06:57 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 06:57:53 +0000 (06:57 +0000)
ext/posix/tests/posix_ttyname_error.phpt
ext/posix/tests/posix_ttyname_variation1.phpt
ext/posix/tests/posix_ttyname_variation2.phpt
ext/posix/tests/posix_ttyname_variation3.phpt
ext/posix/tests/posix_ttyname_variation4.phpt
ext/posix/tests/posix_ttyname_variation5.phpt
ext/posix/tests/posix_ttyname_variation6.phpt
ext/posix/tests/posix_ttyname_variation7.phpt

index e3ec695e5449b60715ec8459296e3e0777a3ad7a..f7b011e7736178c7dca1e065056c79c43c89bf8a 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by calling it more than or less than its expected
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php
 
index 072b9fa67289c5950978f554d7de46009f138e8e..efbf64a4b75c53d70f1d2c6ecba63385de3e0b35 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by substituting argument 1 with array values.
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php
 
index f46821b0cc3d2779d00f9a932c5c4dc3f0280899..324614275ff2c83948a050553368fe781686f757 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by substituting argument 1 with boolean values.
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php
 
index 30054265a0a73839270f582238e03a655ebbb76a..a3ebc8cc5da8778beca4d9184747e31edc9a3e3f 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNul
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php
 
index 3215492793edf8e54bca593c46ff8d5b18d283a2..da999341e5dcecb1bd124325430cec27bd2b4aec 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by substituting argument 1 with float values.
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php
 
index 661dd606f9a7f49afb227d579e6fd52cbd8a5aed..7290f07dc3c7fda06a5b4c5b12d5f13e1b40a266 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by substituting argument 1 with int values.
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php
 
index 020aef11569b0c64871293ec2957d94060f29486..eecae6769e2baad6aa10780417630f657e1b97c0 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by substituting argument 1 with object values.
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php
 
index b39916c5bc04a34e7a33a7dfc4ddd1626c16728c..8a92ef627ef95591c3f39b6551e06ddc006b86d8 100644 (file)
@@ -4,6 +4,12 @@ Test function posix_ttyname() by substituting argument 1 with string values.
 Marco Fabbri mrfabbri@gmail.com
 Francesco Fullone ff@ideato.it
 #PHPTestFest Cesena Italia on 2009-06-20
+--SKIPIF--
+<?php
+if (!extension_loaded('posix')) {
+    die('SKIP The posix extension is not loaded.');
+}
+?>
 --FILE--
 <?php