You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicit exception message for unsupported magic methods (#11)
FixesPHP-DI/PHP-DI#422
When trying to call a magic method, a `Invoker\Exception\NotCallableException` exception will be thrown with message:
> MyClass::foo() is not a callable. A __call() method exists but magic methods are not supported.
* @expectedExceptionMessage Invoker\Test\InvokerTestMagicMethodFixture::foo() is not a callable. A __call() method exists but magic methods are not supported.
0 commit comments