Skip to content

Commit 51b1713

Browse files
committed
Fix warnings in tests
1 parent 45a65c0 commit 51b1713

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

test/FeedbackTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace ZxcvbnPhp\Test;
34

45
use PHPUnit\Framework\TestCase;

test/ScorerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class ScorerTest extends TestCase
1313
{
14-
const PASSWORD = '0123456789';
14+
public const PASSWORD = '0123456789';
1515

1616
/** @var Scorer */
1717
private $scorer;

test/TimeEstimatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace ZxcvbnPhp\Test;
34

45
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)