Skip to content

Instantly share code, notes, and snippets.

@iakio
Created February 21, 2013 12:39
Show Gist options
  • Save iakio/5004463 to your computer and use it in GitHub Desktop.
Save iakio/5004463 to your computer and use it in GitHub Desktop.
<?php
class FooTest extends PHPUnit_Framework_TestCase
{
/** @runInSeparateProcess */
function testFoo() { $this->fail(); }
function prepareTemplate(Text_Template $tpl) {
echo $tpl->render();
exit;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment