diff options
author | Georg Richter <georg@php.net> | 2004-12-04 08:50:33 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2004-12-04 08:50:33 +0000 |
commit | 6d27573ec25944326fde946c14aa0ead9d86eeb2 (patch) | |
tree | e3ed6d7b082a0c7875faf20e60b9dd52eba20950 /ext/mysqli/tests/044.phpt | |
parent | 9751d9afaa3d06a9cd52f1453553feb915d3f6d1 (diff) | |
download | php-git-6d27573ec25944326fde946c14aa0ead9d86eeb2.tar.gz |
added skipif section
Diffstat (limited to 'ext/mysqli/tests/044.phpt')
-rw-r--r-- | ext/mysqli/tests/044.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/tests/044.phpt b/ext/mysqli/tests/044.phpt index cb4a272fc5..28e73a7e09 100644 --- a/ext/mysqli/tests/044.phpt +++ b/ext/mysqli/tests/044.phpt @@ -1,5 +1,7 @@ --TEST-- mysqli_get_server_version +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php include "connect.inc"; |