*/ namespace Whoops; class TestCase extends \PHPUnit_Framework_TestCase { /** * @return Run */ protected function getRunInstance() { $run = new Run(); $run->allowQuit(false); return $run; } }