Skip to content

Improvements for #9 #10

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

Merged
merged 4 commits into from
Dec 2, 2015
Merged

Conversation

asgrim
Copy link
Contributor

@asgrim asgrim commented Jul 19, 2015

After some discussions in #9, this PR provides improvements to the former:

  • Travis build should not be broken
  • Check for T_CURLY_OPEN and T_DOLLAR_OPEN_CURLY_BRACES (these were indeed silently failing previously) and adds test
  • Adds @covers annotation for testTraitUseIsNotDetectedAsNamespaceUse
  • Removes pointless LOC from the same

@@ -22,8 +22,7 @@ before_script:
- composer install --no-interaction

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure which PHP version you'd like coverage of, so I used 5.6 which is as good as any ^_^

mvriel added a commit that referenced this pull request Dec 2, 2015
@mvriel mvriel merged commit 60fe236 into phpDocumentor:master Dec 2, 2015
@mvriel
Copy link
Member

mvriel commented Dec 2, 2015

Thanks James, my apologies that it took so long to merge. For some reason this PR fell off my radar.

@asgrim
Copy link
Contributor Author

asgrim commented Dec 2, 2015

no worries, thanks @mvriel :)

@asgrim asgrim deleted the improvements-for-pr9 branch December 2, 2015 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants