Closed dereuromark closed 2 years ago
Feel free to migrate this to GitHub Actions/CI if that works better.
It looks more like sth PHPUnit9+ related for some reason..
Yeah, now its green :) PHP 8 passes.
There was 1 warning:
1) Decoda\DecodaTest::testCustomConfigPath
The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and @expectedExceptionMessageRegExp annotations are deprecated. They will be removed in PHPUnit 9. Refactor your test to use expectException(), expectExceptionCode(), expectExceptionMessage(), or expectExceptionMessageMatches() instead.
Should we merge and release a new minor if all is BC?
@dereuromark Go for it!
Resolves https://github.com/milesj/decoda/issues/148
Requires https://github.com/milesj/decoda/pull/149 to be released first as last minor of PHP5 support.
WIP for a while we can add more things here.
Since we do make a major here, we can add typehints.
TODO:
getSmilies()
to getSmileys()