From 6751c87b5272657a6805924bb903d8c386de2c47 Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Wed, 4 Jul 2012 13:15:12 +0200 Subject: [PATCH] [Profiler] fixed a couple of minor typos in a test --- .../WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php b/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php index f19ff9c934..6a9242f41b 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php @@ -68,11 +68,11 @@ class TemplateManagerTest extends TestCase public function testGetNameOfInvalidTemplate() { $profile = $this->mockProfile(); - $this->templateManager->getName($profile, 'notexisitingpanel'); + $this->templateManager->getName($profile, 'notexistingpanel'); } /** - * if template exists in both profile and profiler then it's name should be returned + * if template exists in both profile and profiler then its name should be returned */ public function testGetNameValidTemplate() {