Files

8 lines
133 B
PHP

<?php
test('registration is disabled', function () {
$response = $this->get('/register');
$response->assertNotFound();
});