You've already forked redmine-bundle
make this stuff run
This commit is contained in:
@@ -17,8 +17,8 @@ class ConfigurationTest extends TestCase
|
||||
public function testConfig(array $configs): void
|
||||
{
|
||||
$config = (new Processor())->processConfiguration(new Configuration(), $configs);
|
||||
$this->assertSame('foo', $config['connections']['default']['token']);
|
||||
$this->assertSame('bar', $config['connections']['default']['baseurl']);
|
||||
$this->assertSame('foo', $config['connections']['default']['apikey']);
|
||||
$this->assertSame('bar', $config['connections']['default']['url']);
|
||||
}
|
||||
|
||||
public function configsProvider(): iterable
|
||||
@@ -28,8 +28,8 @@ class ConfigurationTest extends TestCase
|
||||
'magdev_redmine' => [
|
||||
'connections' => [
|
||||
'default' => [
|
||||
'token' => 'foo',
|
||||
'baseurl' => 'bar'
|
||||
'apikey' => 'foo',
|
||||
'url' => 'bar'
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user