Fixed version check
This commit is contained in:
parent
e5270afed4
commit
c61a49f8a7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ namespace
|
||||||
|
|
||||||
$this->assertEquals('bar', $_GET['foo']);
|
$this->assertEquals('bar', $_GET['foo']);
|
||||||
|
|
||||||
if (version_compare(PHP_VERSION, '5.5.0', '<'))
|
if (version_compare(PHP_VERSION, '5.5.0', '>='))
|
||||||
{
|
{
|
||||||
$this->assertFalse('unencrypted' == $_GET['bar']);
|
$this->assertFalse('unencrypted' == $_GET['bar']);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue