Skip to content

Commit eaf6644

Browse files
Merge branch '4.3' into 4.4
* 4.3: Fix assertInternalType deprecation in phpunit 9 Ensure signatures for setUp|tearDown|setUpAfterClass|tearDownAfterClass methods in tests are compatible with phpunit 8.2
2 parents 3ce1d20 + 68af36d commit eaf6644

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)