summaryrefslogtreecommitdiff
path: root/ext/fileinfo/tests/bug61173.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fileinfo/tests/bug61173.phpt')
-rw-r--r--ext/fileinfo/tests/bug61173.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/bug61173.phpt b/ext/fileinfo/tests/bug61173.phpt
index b96e08662d..dba814936f 100644
--- a/ext/fileinfo/tests/bug61173.phpt
+++ b/ext/fileinfo/tests/bug61173.phpt
@@ -3,7 +3,7 @@ Bug #61173: Unable to detect error from finfo constructor
--SKIPIF--
<?php
if (!class_exists('finfo'))
- die('skip no fileinfo extension');
+ die('skip no fileinfo extension');
--FILE--
<?php