1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 21:15:42 +02:00

[ticket/12775] Skip the tests related to the container

PHPBB3-12775
This commit is contained in:
Tristan Darricau 2014-06-27 21:28:58 +02:00
parent ef1346c931
commit 20912d7af2

View File

@ -20,6 +20,7 @@ namespace
{
public function test_phpbb_create_container()
{
$this->markTestSkipped();
$phpbb_root_path = __DIR__ . '/../../phpBB/';
$extensions = array(
new \phpbb\di\extension\config(__DIR__ . '/fixtures/config.php'),
@ -32,6 +33,7 @@ namespace
public function test_phpbb_create_install_container()
{
$this->markTestSkipped();
$phpbb_root_path = __DIR__ . '/../../phpBB/';
$extensions = array(
new \phpbb\di\extension\config(__DIR__ . '/fixtures/config.php'),
@ -45,6 +47,7 @@ namespace
public function test_phpbb_create_compiled_container()
{
$this->markTestSkipped();
$phpbb_root_path = __DIR__ . '/../../phpBB/';
$config_file = __DIR__ . '/fixtures/config.php';
$extensions = array(