PPI\FrameworkTest\Fixtures\ControllerForAppTest::indexAction PHP Method

indexAction() public method

public indexAction ( )
    public function indexAction()
    {
        return 'Working Response From Controller Index Action';
    }
ControllerForAppTest