Symfony\Cmf\Bundle\RoutingBundle\Tests\Functional\Admin\RouteDefaultsValidatorTest::testCorrectTemplate PHP Method

testCorrectTemplate() public method

public testCorrectTemplate ( )
    public function testCorrectTemplate()
    {
        $this->templating->expects($this->any())->method('exists')->will($this->returnValue(true));
        $this->validator->validate(array('_template' => 'TwigBundle::layout.html.twig'), $this->constraint);
        $this->assertNoViolation();
    }