Dunglas\ActionBundle\Tests\Fixtures\TestBundle\Controller\HelloController::testAction PHP Method

testAction() public method

public testAction ( )
    public function testAction()
    {
        return new Response($this->get('router')->generate('isolated'));
    }
HelloController