1
0
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:
Tristan Darricau
2014-10-04 17:47:36 +02:00
parent 3a167aa0c3
commit 0b61e3540d
3 changed files with 18 additions and 1 deletions

View File

@@ -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'));
}
}
}

View File

@@ -0,0 +1,2 @@
core:
require_dev_dependencies: true