Closed janedbal closed 8 years ago
Can you prepare test?
What do you mean? Send PR with failing test?
Exactly
Done.
I don't want to introduce BC break, but there is simple workaround:
$configurator->addConfig(['parameters' => ['test' => '1']]);
$configurator->addConfig(__DIR__ . '/test.neon'); // parameters: test: 2
$configurator->addConfig(['parameters' => ['test' => '3']]);
Following code will echo number 2 which is very confusing.