Skip to content

Commit

Permalink
Skipping tests about internal PHP classes when in PHP < 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Oct 1, 2014
1 parent 957e6bc commit dee235c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
Verifies that lazy loading value holder factory can generate proxy for PHP core classes.
--SKIPIF--
<?php
if (PHP_VERSION_ID < 50600) {
echo 'skip PHP 5.6+ is needed to instantiated internal php classes via reflection';
}
?>
--FILE--
<?php

Expand Down

0 comments on commit dee235c

Please sign in to comment.