minor #10657 [TwigBundle] Fixed typo (pborreli)

This PR was merged into the 2.5-dev branch.

Discussion
----------

[TwigBundle] Fixed typo

Commits
-------

46bb8b9 Fixed typo
This commit is contained in:
Fabien Potencier 2014-04-09 15:36:21 +02:00
commit 648ce6a3d9

View File

@ -31,7 +31,7 @@ class AssetsExtensionTest extends TestCase
$this->assertEquals($expectedUrl, $extension->getAssetUrl($path, $packageName, $absolute));
}
public function testGetAssetWithtoutHost()
public function testGetAssetWithoutHost()
{
$path = '/path/to/asset';
$packageName = null;