diff --git a/tests/Psecio/Iniscan/RuleTest.php b/tests/Psecio/Iniscan/RuleTest.php index 120af87..03423f0 100644 --- a/tests/Psecio/Iniscan/RuleTest.php +++ b/tests/Psecio/Iniscan/RuleTest.php @@ -301,7 +301,7 @@ public function testEvaluationNa() 'key' => 'foo', 'operation' => 'equals', 'value' => '1', - 'version' => '5.6.12' + 'version' => '8.1.2' ); $ini = array( 'PHP' => array( @@ -311,7 +311,7 @@ public function testEvaluationNa() $rule = new Rule(array(), 'PHP'); $rule->setTest($test); - $result = $rule->evaluate($ini); + $rule->evaluate($ini); $this->assertNull($rule->getStatus()); }