diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-01-16 15:16:26 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-01-16 15:16:26 +0000 |
commit | 1d86ea88516c88ecfbf314b0f39f76452d04342a (patch) | |
tree | 880b09c11a5405f4a0e517014a2f8307aa39c009 /ext/mysql | |
parent | 4add085d23a9f15b9eac4351a75abdc43c52ae77 (diff) | |
download | php-git-1d86ea88516c88ecfbf314b0f39f76452d04342a.tar.gz |
Added missing skip condition.
Diffstat (limited to 'ext/mysql')
-rwxr-xr-x | ext/mysql/tests/001.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysql/tests/001.phpt b/ext/mysql/tests/001.phpt index fd58a1e2d5..5d36462ba1 100755 --- a/ext/mysql/tests/001.phpt +++ b/ext/mysql/tests/001.phpt @@ -1,5 +1,7 @@ --TEST-- mysql connect +--SKIPIF-- +<?php include 'skipif.inc'; ?> --FILE-- <?php |