Skip to content

Commit

Permalink
Test requires mbstring – skip if not available
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Oct 11, 2017
1 parent cfbc93c commit 9c00665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/exif/tests/bug64739.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bug #64739 (Invalid Title and Author data returned)
--SKIPIF--
<?php
extension_loaded("exif") or die("skip need exif");
if (!extension_loaded('mbstring')) die('skip mbstring extension not available');
?>
--FILE--
<?php
Expand Down

0 comments on commit 9c00665

Please sign in to comment.