Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -17,7 +17,6 @@ it('can see form without counting view for form owner', function () {
|
||||
expect($form->views()->count())->toBe(0);
|
||||
});
|
||||
|
||||
|
||||
it('can see form and count view for guest', function () {
|
||||
$user = $this->actingAsUser();
|
||||
$workspace = $this->createUserWorkspace($user);
|
||||
|
||||
Reference in New Issue
Block a user