Skip to content

Instantly share code, notes, and snippets.

@bwaidelich
Created April 18, 2012 14:01
Show Gist options
  • Save bwaidelich/2413791 to your computer and use it in GitHub Desktop.
Save bwaidelich/2413791 to your computer and use it in GitHub Desktop.
<?php
$mockHttpRequest = \TYPO3\FLOW3\Http\Request::create(new \TYPO3\FLOW3\Http\Uri('http://mock'));
$request = $mockHttpRequest->createActionRequest();
$response = new \TYPO3\FLOW3\Http\Response();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment