Files
SealShare/tests/Feature/Auth/RegistrationTest.php
T

8 lines
133 B
PHP

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