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

Corrected call_user_func arguments in Yii2 #3565

Merged
merged 1 commit into from
Oct 2, 2016
Merged

Corrected call_user_func arguments in Yii2 #3565

merged 1 commit into from
Oct 2, 2016

Conversation

iRipVanWinkle
Copy link

This code

// inside Cest file or Codeception\TestCase\Unit
public function _fixtures()
{
    return ['posts' => PostsFixture::className()]
}

threw exception: "call_user_func() expects parameter 1 to be a valid callback, no array or string given"

and I fixed it up

Fixed exception "call_user_func() expects parameter 1 to be a valid callback, no array or string given"
@iRipVanWinkle iRipVanWinkle changed the title Corrected call_user_func arguments Corrected call_user_func arguments in Yii2 Sep 30, 2016
@DavertMik
Copy link
Member

Thank you!

@DavertMik DavertMik merged commit 28068d6 into Codeception:2.2 Oct 2, 2016
chris1312 pushed a commit to chris1312/Codeception that referenced this pull request Jun 16, 2017
Fixed exception "call_user_func() expects parameter 1 to be a valid callback, no array or string given"
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

Successfully merging this pull request may close these issues.

None yet

2 participants