8000 Fixed typos by pborreli · Pull Request #114 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fixed typos #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
14 commits merged into from
Feb 26, 2011
Prev Previous commit
Next Next commit
[TwigBundle] Fixed typo
  • Loading branch information
pborreli committed Feb 26, 2011
commit 0c9951f676d0a9d09f313751e94a57c1b6aa3243
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/TwigBundle/Tests/TwigEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function testEvalutateAddsAppGlobal()
$this->assertSame($app, $globals['app']);
}

public function testEvalutateWithoutAvailableRequest()
public function testEvaluateWithoutAvailableRequest()
{
$environment = $this->getTwigEnvironment();
$container = new Container();
Expand Down
0