[Profiler] fixed a couple of minor typos in a test

This commit is contained in:
Douglas Greenshields 2012-07-04 13:15:12 +02:00
parent e71149b4d9
commit 6751c87b52

View File

@ -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()
{