merged branch shieldo/patch-7 (PR #4741)

Commits
-------

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

Discussion
----------

[Profiler] fixed a couple of minor typos in a test
This commit is contained in:
Fabien Potencier 2012-07-04 15:10:19 +02:00
commit 2115d0d13a

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