We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a65c0 commit 51b1713Copy full SHA for 51b1713
test/FeedbackTest.php
@@ -1,4 +1,5 @@
1
<?php
2
+
3
namespace ZxcvbnPhp\Test;
4
5
use PHPUnit\Framework\TestCase;
test/ScorerTest.php
@@ -11,7 +11,7 @@
11
*/
12
class ScorerTest extends TestCase
13
{
14
- const PASSWORD = '0123456789';
+ public const PASSWORD = '0123456789';
15
16
/** @var Scorer */
17
private $scorer;
test/TimeEstimatorTest.php
0 commit comments