🌐 AI搜索 & 代理 主页
Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix tests
If every bundle generate package whis request this test need change
  • Loading branch information
ivan1986 committed May 25, 2014
commit 426e81edc8c8a8c4dc208179840005c9ae7ad199
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,6 @@ public function testTemplating()
$this->assertEquals(array('FrameworkBundle:Form', 'theme1', 'theme2'), $container->getParameter('templating.helper.form.resources'), '->registerTemplatingConfiguration() registers the theme and adds the base theme');
}

public function testTemplatingAssetsHelperScopeDependsOnPackageArgumentScopes()
{
$container = $this->createContainerFromFile('templating_url_package');

$this->assertNotEquals('request', $container->getDefinition('templating.helper.assets')->getScope(), '->registerTemplatingConfiguration() does not set request scope on assets helper if no packages are request-scoped');
}

public function testTranslator()
{
$container = $this->createContainerFromFile('full');
Expand Down