-
Notifications
You must be signed in to change notification settings - Fork 31
Test not pomm property extractor #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Test not pomm property extractor #101
Conversation
tests/composer.json
Outdated
| "pomm-project/pomm-bundle": "dev-master", | ||
| "pomm-project/pomm-symfony-bridge": "~2.5" | ||
| "pomm-project/pomm-symfony-bridge": "~2.5", | ||
| "phpdocumentor/reflection": "^3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you add this dependency?
4edcdfa to
d29d067
Compare
tests/src/AppBundle/Book.php
Outdated
| * @param string $title | ||
| */ | ||
| public function setTitle($title) | ||
| public function setTitle(string $title) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we still support php5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I know, it's just my path to resolve all of this ;) things will become green soon.
This avoid collision with initial extractors
41c267f to
e4e65ea
Compare
In order to use the PhpDoc Extractor, we need phpdocumentor/reflection. We need different version with different php version.
cbbfeed to
4509faf
Compare
Add tests for the property extractor.
Yes, they miserably failed, on purpose.
See pomm-project/pomm-symfony-bridge#39 to view the correction