Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.x] Adds support for Pest #866

Merged
merged 17 commits into from
Sep 8, 2021
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
lukeraymonddowning committed Aug 28, 2021
commit de925bcfb73e01f19ad3eae994c1da314550611a
4 changes: 2 additions & 2 deletions stubs/pest-tests/RegistrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

$response->assertStatus(404);
})->skip(function() {
return ! Features::enabled(Features::registration());
}, 'Registration support is not enabled.');
return Features::enabled(Features::registration());
}, 'Registration support is enabled.');

test('new users can register', function () {
$response = $this->post('/register', [
Expand Down