diff options
author | Olivier DOUCET <odoucet@php.net> | 2012-02-25 12:10:41 +0000 |
---|---|---|
committer | Olivier DOUCET <odoucet@php.net> | 2012-02-25 12:10:41 +0000 |
commit | ce535f1819a9fa6e921f5f8b33d2b3defeae35f7 (patch) | |
tree | a33438bfffc5e519f3479b05bd54c3a4b9ed925e /Zend/tests/bug42819.phpt | |
parent | 7334a4b14ffcd208b6a6c13915c097369cfb7e50 (diff) | |
download | php-git-ce535f1819a9fa6e921f5f8b33d2b3defeae35f7.tar.gz |
more verbose skip reason in test files with not so obvious extension requirements
Diffstat (limited to 'Zend/tests/bug42819.phpt')
-rwxr-xr-x | Zend/tests/bug42819.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug42819.phpt b/Zend/tests/bug42819.phpt index f4387eb93b..e526603699 100755 --- a/Zend/tests/bug42819.phpt +++ b/Zend/tests/bug42819.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #42819 (namespaces in indexes of constant arrays) --SKIPIF-- -<?php if (!extension_loaded("spl")) print "skip"; ?> +<?php if (!extension_loaded("spl")) print "skip SPL extension required"; ?> --FILE-- <?php namespace foo\foo; |