Skip to content

Commit

Permalink
[SCA] Minor fixes on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Jul 16, 2020
1 parent 2ae2b40 commit b753a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/UserPasswordEncoderCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function testEncodeNoPasswordNoInteraction()
], ['interactive' => false]);

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

public function testEncodePasswordBcrypt()
Expand Down

0 comments on commit b753a4c

Please sign in to comment.