Skip to content

Update phpstan.neon#102

Merged
luisdalmolin merged 1 commit into
mainfrom
phpstan-update
May 28, 2026
Merged

Update phpstan.neon#102
luisdalmolin merged 1 commit into
mainfrom
phpstan-update

Conversation

@ItsMalikJones
Copy link
Copy Markdown
Contributor

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
@luisdalmolin luisdalmolin merged commit 1844925 into main May 28, 2026
20 checks passed
@luisdalmolin luisdalmolin deleted the phpstan-update branch May 28, 2026 20:37
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.

2 participants