Skip to content

Commit

Permalink
Skip for 5.2 now (Segfault in travis but don't know why)
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Apr 19, 2013
1 parent d5b2a74 commit 672fac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/015.phpt
Expand Up @@ -2,6 +2,7 @@
Check for Yaf_Exception
--SKIPIF--
<?php if (!extension_loaded("yaf")) print "skip"; ?>
<?php if (version_compare(PHP_VERSION, "5.3.0", "lt")) print "skip"; ?>
--FILE--
<?php
$previous = new Yaf_Exception("Previous", 100);
Expand Down

0 comments on commit 672fac5

Please sign in to comment.