HomeDevCentral

Fixed issue when credentials.json is not defined in the config

Description

Fixed issue when credentials.json is not defined in the config

Summary:
As Storage::has(null) returns true and not false,
an exception were thrown by JsonMapper when the configuration
didn't contain a services.gate.credentials value.

Adding unit tests.

Test Plan: phpunit

Reviewers: dereckson

Differential Revision: http://devcentral.nasqueron.org/D230

Details