yiisoft / injector

PSR-11 compatible injector
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
43 stars 18 forks source link

Testing in PHP 8.1 + Add test invoke object with magic method `__callStatic()` #58

Closed vjik closed 2 years ago

vjik commented 2 years ago
Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues #57
vjik commented 2 years ago

Can you add test with static:: call like it does in issue #57 ?

This test is fail as described in #57

roxblnfk commented 2 years ago

This test is fail as described in #57

Yes. And i think this case also should be covered (with expected exception)

vjik commented 2 years ago

Skip one test because bug in PHP https://bugs.php.net/bug.php?id=81626

samdark commented 2 years ago

👍