mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 18:12:53 +01:00
PSR2 FunctionClosingBrace
This commit is contained in:
@@ -138,7 +138,6 @@ class Functions2LibTest extends PHPUnit_Framework_TestCase
|
||||
*/
|
||||
public function testIsValidMailDomain()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -241,10 +240,9 @@ class Functions2LibTest extends PHPUnit_Framework_TestCase
|
||||
print __METHOD__." for ".$ip." result=".$result."\n";
|
||||
$this->assertEquals(2,$result,$ip);
|
||||
|
||||
$ip='192.168.0.0';
|
||||
$result=is_ip($ip);
|
||||
$ip='192.168.0.0';
|
||||
$result=is_ip($ip);
|
||||
print __METHOD__." for ".$ip." result=".$result."\n";
|
||||
$this->assertEquals(2,$result,$ip);
|
||||
|
||||
$this->assertEquals(2,$result,$ip);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user