You've already forked redmine-bundle
make this stuff run
This commit is contained in:
@@ -18,8 +18,8 @@ class MagdevRedmineExtensionTest extends TestCase
|
||||
(new MagdevRedmineExtension())->load([
|
||||
'magdev_redmine' => [
|
||||
'connections' => [
|
||||
'primary' => ['baseurl' => 'http://foo1', 'token' => 'bar1'],
|
||||
'secondary' => ['baseurl' => 'http://foo2', 'token' => 'bar2'],
|
||||
'primary' => ['url' => 'http://foo1', 'apikey' => 'bar1'],
|
||||
'secondary' => ['url' => 'http://foo2', 'apikey' => 'bar2'],
|
||||
],
|
||||
],
|
||||
], $container);
|
||||
|
||||
Reference in New Issue
Block a user