-
Notifications
You must be signed in to change notification settings - Fork 379
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
[1.0][tests] increase code coverage by tests. #290
Conversation
{ | ||
return $this->getMock('Liip\ImagineBundle\Imagine\Cache\CacheManager', array(), array(), '', false); | ||
} | ||
} |
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.
new line missing
The tests are failing. Could you please add the |
I believe cover tool itself can recoginze which class\method was covered by test. |
it is weird but travis(composer?) does not download the latest version of event dispatcher. So it fails. I think we have to wait for sometime |
@havvg tests have to pass now, could you please restart travis? |
travis will run again on a new push automatically. |
@havvg squashed&rebased tests pass |
Please add the |
@havvg done |
[1.0][tests] increase code coverage by tests.
No description provided.