mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12620] Fix tests
PHPBB3-12620
This commit is contained in:
@@ -146,7 +146,6 @@ namespace
|
||||
$this->assertInstanceOf('Symfony\Component\DependencyInjection\ContainerBuilder', $container);
|
||||
|
||||
$this->assertTrue($container->hasParameter('my_parameter'));
|
||||
$this->assertFalse($container->hasParameter('core.root_path'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
tests/di/fixtures/other_config/development/config.yml
Normal file
2
tests/di/fixtures/other_config/development/config.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
core:
|
||||
require_dev_dependencies: true
|
Reference in New Issue
Block a user