mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 18:12:53 +01:00
Fix regression in phpunit
This commit is contained in:
@@ -604,7 +604,7 @@ class SecurityTest extends PHPUnit\Framework\TestCase
|
||||
|
||||
$login=checkLoginPassEntity('admin', 'admin', 1, array('forceuser'));
|
||||
print __METHOD__." login=".$login."\n";
|
||||
$this->assertEquals($login, ''); // Expected '' because should failed because login 'auto' does not exists
|
||||
$this->assertEquals('', $login, 'Error'); // Expected '' because should failed because login 'auto' does not exists
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user