mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix test depends of PHP version
This commit is contained in:
parent
49003c356c
commit
83e02ebbe9
@ -34,4 +34,8 @@ function dumpt()
|
||||
}
|
||||
$e = new Exception();
|
||||
echo "-------\nDump trace: \n" . $e->getTraceAsString() . "\n";
|
||||
}
|
||||
|
||||
if(PHP_VERSION_ID > 50400) {
|
||||
function php_gte_54() {}
|
||||
}
|
@ -261,7 +261,7 @@ class FenomTest extends \Fenom\TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @requires PHP >=5.4
|
||||
* @requires function php_gte_54
|
||||
* @group pipe
|
||||
*/
|
||||
public function testPipe()
|
||||
|
Loading…
Reference in New Issue
Block a user