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

[Behat] No more weird fatal errors calling getMasterRequest() on null #4233

Merged
merged 1 commit into from
Feb 19, 2016

Conversation

pamil
Copy link
Contributor

@pamil pamil commented Feb 19, 2016

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets -
License MIT
Doc PR -

@@ -65,6 +66,6 @@ protected function cleanupContainer(ContainerInterface $container)

protected function getContainerBaseClass()
{
return '\PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer';
return MockerContainer::class;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to do it :)

@michalmarcinkowski michalmarcinkowski added Bug Fix DX Issues and PRs aimed at improving Developer eXperience. labels Feb 19, 2016
@pamil pamil changed the title [Behat] No more weird fatal errors calling getMasterRequest() on null [WIP] [Behat] No more weird fatal errors calling getMasterRequest() on null Feb 19, 2016
@pamil
Copy link
Contributor Author

pamil commented Feb 19, 2016

Let's extra check the memory usage after this change.

@pamil pamil changed the title [WIP] [Behat] No more weird fatal errors calling getMasterRequest() on null [Behat] No more weird fatal errors calling getMasterRequest() on null Feb 19, 2016
@pamil
Copy link
Contributor Author

pamil commented Feb 19, 2016

Looks fine! :)

@michalmarcinkowski
Copy link
Contributor

Awesome! 👍

pjedrzejewski pushed a commit that referenced this pull request Feb 19, 2016
[Behat] No more weird fatal errors calling getMasterRequest() on null
@pjedrzejewski pjedrzejewski merged commit d17b80d into Sylius:master Feb 19, 2016
@pjedrzejewski
Copy link
Member

Thanks Kamil!

@pamil pamil deleted the fatal-error-request-stack-blah branch February 19, 2016 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Issues and PRs aimed at improving Developer eXperience.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants