Skip to content

Commit

Permalink
test(pest): update pestphp version and rename function
Browse files Browse the repository at this point in the history
- Update `pestphp/pest` version from `^3.0` to `^3.1`.
- Rename function `clear_name_namespace` to `clear_same_namespace` for clarity.
- Modify the implementation of `clear_same_namespace` to overwrite PHP files instead of deleting them.
  • Loading branch information
guanguans committed Sep 21, 2024
1 parent e19af33 commit 571e958
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fakerphp/faker": "^1.23",
"guanguans/ai-commit": "dev-main",
"mockery/mockery": "^1.6",
"pestphp/pest": "^3.0",
"pestphp/pest": "^3.1",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"rector/rector": "^1.2",
Expand Down
Loading

0 comments on commit 571e958

Please sign in to comment.