Skip to content

Commit

Permalink
Fix warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeavons committed Jan 27, 2020
1 parent 45a65c0 commit 51b1713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/FeedbackTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace ZxcvbnPhp\Test;

use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion test/ScorerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
class ScorerTest extends TestCase
{
const PASSWORD = '0123456789';
public const PASSWORD = '0123456789';

/** @var Scorer */
private $scorer;
Expand Down
1 change: 1 addition & 0 deletions test/TimeEstimatorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace ZxcvbnPhp\Test;

use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 51b1713

Please sign in to comment.