Merge remote-tracking branch 'origin/develop'
This commit is contained in:
@@ -678,7 +678,7 @@ $(document).ready(function() {
|
||||
'bind': 'click',
|
||||
'passwordElement': '#password',
|
||||
'displayElement': '#generated-password',
|
||||
'passwordLength': 16,
|
||||
'passwordLength': {{ ($settings->pwd_secure_min + 5) }},
|
||||
'uppercase': true,
|
||||
'lowercase': true,
|
||||
'numbers': true,
|
||||
|
||||
@@ -7,7 +7,7 @@ use App\Models\Component;
|
||||
use App\Models\User;
|
||||
use Tests\TestCase;
|
||||
|
||||
class ComponentCheckoutTest extends TestCase
|
||||
class ComponentsCheckoutTest extends TestCase
|
||||
{
|
||||
public function testCheckingOutComponentRequiresCorrectPermission()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user