diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-06 07:49:31 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-06 07:49:31 +0000 |
commit | 555a1381134c6a855d59de41cc4485e3927d1d5d (patch) | |
tree | 9637ca947037107172ae029557bfdf65468dd764 /ext/sysvshm | |
parent | ee9738077fd3626e0c937346a2f03a44c8fc0a41 (diff) | |
download | php-git-555a1381134c6a855d59de41cc4485e3927d1d5d.tar.gz |
- add skipif
Diffstat (limited to 'ext/sysvshm')
-rw-r--r-- | ext/sysvshm/tests/001.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sysvshm/tests/001.phpt b/ext/sysvshm/tests/001.phpt index ba45286af2..4b1525b697 100644 --- a/ext/sysvshm/tests/001.phpt +++ b/ext/sysvshm/tests/001.phpt @@ -1,5 +1,7 @@ --TEST-- ftok() tests +--SKIPIF-- +<?php if (!extension_loaded("sysvshm")) print "skip"; ?> --FILE-- <?php |