Closed patrikorup closed 7 years ago
This PR contains 2 new configuration options, dsn and schema.
dsn
schema
The code for parsing the DSN has been taken from the NelmioSolariumBundle, but has been placed in SolariumClientBuilder class, since I were unable to use env() parameters when placed in the Configuration class (as in NelmioSolariumBundle). Maybe related to https://github.com/symfony/symfony/issues/21420
env()
Can you write some tests for the set/unset magic in https://github.com/floriansemm/SolrBundle/pull/159/files#diff-cb63448229e563c2322de27f407b951dR56
thanks!
This PR contains 2 new configuration options,
dsn
andschema
.The code for parsing the DSN has been taken from the NelmioSolariumBundle, but has been placed in SolariumClientBuilder class, since I were unable to use
env()
parameters when placed in the Configuration class (as in NelmioSolariumBundle). Maybe related to https://github.com/symfony/symfony/issues/21420