app['config']['app.debug'] = true; Route::get('exception', function () { whoops(); }); $result = $this->get('/exception'); $this->assertTrue(is_string($result->getContent())); } }