diff options
Diffstat (limited to 'ext/intl/tests/resourcebundle_arrayaccess.phpt')
| -rw-r--r-- | ext/intl/tests/resourcebundle_arrayaccess.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/tests/resourcebundle_arrayaccess.phpt b/ext/intl/tests/resourcebundle_arrayaccess.phpt index ef2c0a8b9..d035a8d30 100644 --- a/ext/intl/tests/resourcebundle_arrayaccess.phpt +++ b/ext/intl/tests/resourcebundle_arrayaccess.phpt @@ -1,5 +1,7 @@ --TEST-- Test ResourceBundle array access and count - existing/missing keys +--SKIPIF-- +<?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?> --FILE-- <?php include "resourcebundle.inc"; |
