Skip to content

Commit 68af36d

Browse files
luispabonnicolas-grekas
authored andcommitted
Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterClass methods in tests are compatible with phpunit 8.2
1 parent b0e05c8 commit 68af36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Encoder/SodiumPasswordEncoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class SodiumPasswordEncoderTest extends TestCase
1818
{
19-
protected function setUp()
19+
protected function setUp(): void
2020
{
2121
if (!SodiumPasswordEncoder::isSupported()) {
2222
$this->markTestSkipped('Libsodium is not available.');

0 commit comments

Comments
 (0)