donatas M
donatas M
repo needs unit test upgrade to allow php5 and php7 support in travis. for php7 it picks up PHPUnit v6.x which only supports this version. you can see in build...
There is a "one-liner" solution: `class_alias('PHPUnit\\Framework\\TestCase', 'PHPUnit_Framework_TestCase');`. I'll leave it up to you to decide and afters I can rebase the PR
If you have two different classes with same name you definitely have to use them appropriately in the code (and/or docblock in this case) Yesterday evening had a bit of...
well that took just a brief period of time :smirk: