Skip to content

Commit

Permalink
fix: Change method call (#59)
Browse files Browse the repository at this point in the history
* fix: Change method call

* Introduce spatie/phpunit-snapshot-assertions

* Add snapshots

* Remove composer.lock

* Downgrade spatie/phpunit-snapshot-assertions

* Update tests
  • Loading branch information
kyoya-de authored Jan 9, 2024
1 parent 0a0a236 commit 727fac0
Show file tree
Hide file tree
Showing 9 changed files with 349 additions and 3,556 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
.DS_Store
out/node_modules/
node_modules/
/.phpunit.result.cache
/composer.lock
/build/
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"symfony/expression-language": "^3.4",
"symfony/event-dispatcher": "^3.4",
"squizlabs/php_codesniffer": "^3.6",
"phpcompatibility/php-compatibility": "^9.3"
"phpcompatibility/php-compatibility": "^9.3",
"spatie/phpunit-snapshot-assertions": "*"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 727fac0

Please sign in to comment.