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

testCorrectControllerPath() public method

    public function testCorrectControllerPath()
    {
        $this->validator->validate(array('_controller' => 'FrameworkBundle:Redirect:redirect'), new RouteDefaults());
        $this->assertNoViolation();
    }