Skip to content

Instantly share code, notes, and snippets.

@nike-17
Created March 15, 2012 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nike-17/2043592 to your computer and use it in GitHub Desktop.
Save nike-17/2043592 to your computer and use it in GitHub Desktop.
if (Kohana::$environment == Kohana::TESTING)
{
Kohana::$is_cli = false;
}
else
{
echo Request::factory()
->execute()
->send_headers()
->body();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment