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/003.phpt | |
| parent | 2e3ae2f5c201a461caaa5b1a4fbe37626c05ab42 (diff) | |
| download | php-git-e16bba12b1998755b2f8bac9d86e21098f143e4c.tar.gz | |
- Prefix test names
- Add missing skipif
Diffstat (limited to 'ext/reflection/tests/003.phpt')
| -rwxr-xr-x | ext/reflection/tests/003.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/003.phpt b/ext/reflection/tests/003.phpt index 6603892559..af8d82d576 100755 --- a/ext/reflection/tests/003.phpt +++ b/ext/reflection/tests/003.phpt @@ -1,5 +1,7 @@ --TEST-- -invoke() with base class method +ReflectionMethod::invoke() with base class method +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php |
