o0h / php-ast-check-diff

This is an action to check modifications in PHP scripts based on Abstract Syntax Tree (AST).
MIT License
3 stars 1 forks source link

Fix false positives in tests caused by php-parser library updates #26

Closed o0h closed 2 weeks ago

o0h commented 2 weeks ago

Issue

When the php-parser library is updated, false positives in the test results are recorded, causing the tests to fail. This issue prevents stable and continuous updates.

Changes

Impact

These changes will prevent false positives in the tests, allowing for stable and continuous updates of the php-parser library.

Testing