Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php test('example', function () { $response = $this->get('/'); $response->assertStatus(200); });
<?php
test('example', function () {
$response = $this->get('/');
$response->assertStatus(200);
});