Skip to content

Commit b753a4c

Browse files
committed
[SCA] Minor fixes on tests
1 parent 2ae2b40 commit b753a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/UserPasswordEncoderCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testEncodeNoPasswordNoInteraction()
5050
], ['interactive' => false]);
5151

5252
$this->assertStringContainsString('[ERROR] The password must not be empty.', $this->passwordEncoderCommandTester->getDisplay());
53-
$this->assertEquals($statusCode, 1);
53+
$this->assertEquals(1, $statusCode);
5454
}
5555

5656
public function testEncodePasswordBcrypt()

0 commit comments

Comments
 (0)