<?php test('example', function () { $response = $this->get('/'); $response->assertStatus(200); });
info at phpclasses dot org