mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/15214] Fix rebasing and some other issues
PHPBB3-15214
This commit is contained in:
@@ -146,9 +146,6 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
// Close the database connections again this test
|
||||
$this->db->sql_close();
|
||||
}
|
||||
|
||||
$this->purge_cache();
|
||||
sleep(3); // Give it some time to delete all the files correctly
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -410,7 +407,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
'autoescape' => false,
|
||||
]
|
||||
);
|
||||
$twig_extension = new \phpbb\template\twig\extension($context, $twig, $lang);
|
||||
$twig_extension = new \phpbb\template\twig\extension($context, $twig, $lang, $phpbb_dispatcher);
|
||||
$container->set('template.twig.extensions.phpbb', $twig_extension);
|
||||
|
||||
$twig_extensions_collection = new \phpbb\di\service_collection($container);
|
||||
@@ -647,7 +644,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
|
||||
$meta_refresh = $crawler->filter('meta[http-equiv="refresh"]');
|
||||
|
||||
// Wait for extension to be fully enabled
|
||||
// Wait for extension to be fully disabled
|
||||
while (count($meta_refresh))
|
||||
{
|
||||
preg_match('#url=.+/(adm+.+)#', $meta_refresh->attr('content'), $match);
|
||||
|
Reference in New Issue
Block a user