Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliased classes are not callable #1136

Open
Bilge opened this issue Aug 6, 2021 · 0 comments
Open

Aliased classes are not callable #1136

Bilge opened this issue Aug 6, 2021 · 0 comments

Comments

@Bilge
Copy link
Contributor

Bilge commented Aug 6, 2021

// app.php
class Foo {
  function __invoke() {}
}

(new Foo)();
// test.php
\Mockery::mock('alias:Foo')(); // Error : Object of type Foo is not callable

Given that the mocked object implements __invoke, the aliased mock should be callable just as the original class is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant