Skip to content

Commit

Permalink
[FrameworkBundle] fixed a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 19, 2011
1 parent ed05e7a commit 80abf56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function testTemplating()
$arguments = array_values($package->getArguments());
$this->assertEquals(array('http://cdn.example.com'), $arguments[0]);
$this->assertEquals('SomeVersionScheme', $arguments[1]);
$this->assertNull($arguments[2]);
$this->assertEquals('%%s?%%s', $arguments[2]);

$this->assertTrue($container->hasDefinition('templating.asset.default_package.ssl'));
$package = $container->getDefinition('templating.asset.default_package.ssl');
Expand Down

0 comments on commit 80abf56

Please sign in to comment.