Knp\Bundle\MenuBundle\Tests\Templating\MenuHelperTest::testGetName PHP Method

testGetName() public method

public testGetName ( )
    public function testGetName()
    {
        $helper = new MenuHelper($this->getHelperMock(), $this->getMatcherMock(), $this->getManipulatorMock());
        $this->assertEquals('knp_menu', $helper->getName());
    }