Skip to content

Update phpstan.neon#102

Open
ItsMalikJones wants to merge 1 commit into
mainfrom
phpstan-update
Open

Update phpstan.neon#102
ItsMalikJones wants to merge 1 commit into
mainfrom
phpstan-update

Conversation

@ItsMalikJones
Copy link
Copy Markdown

This pull request updates the static analysis configuration to reflect the use of Pest's testing framework instead of PHPUnit in the test suite. The changes ensure that method-not-found error patterns in phpstan.neon now correctly reference Pest's classes.

Test framework configuration updates:

  • Updated error message patterns in phpstan.neon to match undefined method calls on Pest\PendingCalls\TestCall instead of PHPUnit\Framework\TestCase. This affects checks for general undefined methods, as well as assertDatabaseHas and assertDatabaseMissing in test files. [1] [2]

@ItsMalikJones ItsMalikJones self-assigned this May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant