Skip to content

Commit

Permalink
allow to type hint properties
Browse files Browse the repository at this point in the history
upgrade to phpunit 9.5 and refactor the affected tests
  • Loading branch information
kristijorgji committed Aug 23, 2022
1 parent d5b498f commit e97eb27
Show file tree
Hide file tree
Showing 36 changed files with 984 additions and 535 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ tests/coverage/
Thumbs.db
desktop.ini
.DS_Store
.phpunit.result.cache
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ return [
'outputDirectory' => 'Entities',
'namespace' => 'Entities',
'includeAnnotations' => true,
'typeHintProperties' => true,
'includeSetters' => true,
'includeGetters' => true,
'fluentSetters' => true,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require-dev": {
"fzaninotto/faker": "~1.7",
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e97eb27

Please sign in to comment.