Skip to content

Instantly share code, notes, and snippets.

@icambridge
Created January 21, 2012 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icambridge/1654260 to your computer and use it in GitHub Desktop.
Save icambridge/1654260 to your computer and use it in GitHub Desktop.
Mock Request
<?php
namespace app\tests\mocks\action;
class Request extends \lithium\action\Request
{
public function _base() {
$this->_base = '/';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment