mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Qual: Clean up codespell exceptions (#28104)
The files with exceptions can be updated as there are many less cases to exclude. In the project files there are a few minor spelling corrections, and `$scrit` was changed to `$search_crit` to avoid a spelling suggestion.
This commit is contained in:
@@ -398,7 +398,7 @@ class UserTest extends PHPUnit\Framework\TestCase
|
||||
|
||||
$localobject->error = '';
|
||||
$result = $localobject->setPassword($user, '$*11145678AA');
|
||||
print __METHOD__." set a password with noo too much consecutive chars\n";
|
||||
print __METHOD__." set a password with not too much consecutive chars\n";
|
||||
print __METHOD__." localobject->error=".$localobject->error."\n";
|
||||
$this->assertEquals('$*11145678AA', $result, 'We must get the password as it is valid (pass has not too much similar consecutive chars) and we did not here');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user