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
@ -35,3 +35,7 @@ function dumpt()
|
|||||||
$e = new Exception();
|
$e = new Exception();
|
||||||
echo "-------\nDump trace: \n" . $e->getTraceAsString() . "\n";
|
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
|
* @group pipe
|
||||||
*/
|
*/
|
||||||
public function testPipe()
|
public function testPipe()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user