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

docs: update installation docs to mention testing #15418

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

rrmesquita
Copy link
Contributor

Description

When testing a Laravel app, the application environment automatically switches to testing, so if canAccessPanel is not implemented, tests will fail (as they should) but the developer might not know why instantly.

Feel free to keep it shorter if you think this change don't add much value.

Visual changes

None

Functional changes

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

When testing a Laravel app, the application environment automatically switches to `testing`, so if `canAccessPanel` is not implemented, tests will fail (as they should) but the developer might not know why instantly.

Feel free to keep it shorter if you think this change don't add much value.
@danharrin danharrin added the documentation Improvements or additions to documentation label Jan 23, 2025
@danharrin danharrin added this to the v3 milestone Jan 23, 2025
@danharrin danharrin merged commit d518fe0 into filamentphp:3.x Jan 23, 2025
10 checks passed
@danharrin
Copy link
Member

Good spot, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants