Symfony\Bundle\FrameworkBundle\Tests\Controller\ControllerNameParserTest::getMissingControllersTest PHP Method

getMissingControllersTest() public method

    public function getMissingControllersTest()
    {
        return array(array('FooBundle:Fake:index'), array('SensioFooBundle:Fake:index'));
    }