diff options
author | Marcus Boerger <helly@php.net> | 2006-03-12 12:38:25 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-03-12 12:38:25 +0000 |
commit | e16bba12b1998755b2f8bac9d86e21098f143e4c (patch) | |
tree | 23a3ad62081b2d1b61e6df5041781ac8d1a1c852 /ext/reflection/tests/property_exists.phpt | |
parent | 2e3ae2f5c201a461caaa5b1a4fbe37626c05ab42 (diff) | |
download | php-git-e16bba12b1998755b2f8bac9d86e21098f143e4c.tar.gz |
- Prefix test names
- Add missing skipif
Diffstat (limited to 'ext/reflection/tests/property_exists.phpt')
-rwxr-xr-x | ext/reflection/tests/property_exists.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/property_exists.phpt b/ext/reflection/tests/property_exists.phpt index fa712dfdbe..8fd45f2b8c 100755 --- a/ext/reflection/tests/property_exists.phpt +++ b/ext/reflection/tests/property_exists.phpt @@ -1,5 +1,7 @@ --TEST-- -ZE2 property_exists() +Reflection and property_exists() +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php |