mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Issue #5487 Additional logging.
This commit is contained in:
@@ -72,6 +72,7 @@ class eIPHandlerTest extends \Codeception\Test\Unit
|
||||
|
||||
foreach($tests as $index => $test)
|
||||
{
|
||||
$this->ip->setIP(null);
|
||||
$result = $method->invoke($this->ip, $test['server']); // IP6
|
||||
$expected = $this->ip->ipEncode($test['expected']); // convert to IP6.
|
||||
|
||||
|
Reference in New Issue
Block a user