Closed jaimesuez closed 12 years ago
Hey, Looks like in more recent versions of PHPUnit you cannot throw just a normal Exception anymore. I have updated the createdAgo and its unit test to throw an InvalidArgumentException. See the last 2 commits
https://github.com/dsyph3r/symblog-docs/commit/fc312ebad6d365e1b5a383291e59cb2129bf178c
https://github.com/dsyph3r/symblog-docs/commit/fc312ebad6d365e1b5a383291e59cb2129bf178c
Thanks!
I get the following error in the Testing Part:
It's related to this part of the
BloggerBlogExtension.php
:Thanks!