vault-php icon indicating copy to clipboard operation
vault-php copied to clipboard

Use mock of Vault instead real one in tests

Open CSharpRU opened this issue 8 years ago • 0 comments

Right now tests will run only if you have VCR prepared or real initialised Vault, but that is not acceptable for unit testing. We need to replace real Vault usage with mock.

CSharpRU avatar Aug 18 '17 12:08 CSharpRU