You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As commented in #498 we should make the ConfigContext::setConfig() method protected. This is the helper method that actually sets the configuration. The class already has a public method for this purpose: ::setBasicConfig() which has a step definition associated with it.
We don't need 2 public methods that do exactly the same thing.
The text was updated successfully, but these errors were encountered:
As commented in #498 we should make the
ConfigContext::setConfig()
method protected. This is the helper method that actually sets the configuration. The class already has a public method for this purpose:::setBasicConfig()
which has a step definition associated with it.We don't need 2 public methods that do exactly the same thing.
The text was updated successfully, but these errors were encountered: