Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acc8d53

Browse files
committed
Update Setup Method for Argon2iPasswordEncoderTest
1 parent 6807713 commit acc8d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Tests/Encoder/Argon2iPasswordEncoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Argon2iPasswordEncoderTest extends TestCase
2121
{
2222
const PASSWORD = 'password';
2323

24-
public function setUp()
24+
protected function setUp()
2525
{
2626
if (!Argon2iPasswordEncoder::isSupported()) {
2727
$this->markTestSkipped('Argon2i algorithm is not supported.');

0 commit comments

Comments
 (0)