Skip to content

Commit 25bcec8

Browse files
author
Alexandr Bashurov
committed
Move out passwords into a separate class
1 parent aa10351 commit 25bcec8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/Utility/PasswordProvider.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace PleskXTest\Utility;
4+
5+
class PasswordProvider
6+
{
7+
const STRONG_PASSWORD = 'test-PWD*1@42!13#';
8+
}

0 commit comments

Comments
 (0)