mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 15:24:03 +00:00
Use unique DB names and passwords in test
This commit is contained in:
parent
099a666dbc
commit
649c8027f4
1 changed files with 2 additions and 2 deletions
|
|
@ -622,8 +622,8 @@ test('database managers validate parameters that cannot be bound', function ($dr
|
|||
|
||||
// Special characters are allowed in password
|
||||
$tenantWithValidPassword = Tenant::make([
|
||||
'tenancy_db_name' => 'valid_database_name890',
|
||||
'tenancy_db_username' => 'valid_USERNAME',
|
||||
'tenancy_db_name' => 'valid_database_name890' . Str::random(4),
|
||||
'tenancy_db_username' => 'valid_USERNAME' . Str::random(4),
|
||||
'tenancy_db_password' => "]pa$$ ;word",
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue