Skip to content

Commit

Permalink
Add random as constructor param in test
Browse files Browse the repository at this point in the history
  • Loading branch information
renttek committed Sep 30, 2017
1 parent e440946 commit 885ecf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function setUp()

$cryptKeyGenerator = new CryptKeyGenerator($randomMock);

$this->configGeneratorObject = new ConfigGenerator($deployConfig, null, $cryptKeyGenerator);
$this->configGeneratorObject = new ConfigGenerator($randomMock, $deployConfig, null, $cryptKeyGenerator);
}

public function testCreateCryptConfigWithInput()
Expand Down

0 comments on commit 885ecf8

Please sign in to comment.