Skip to content

Conversation

dantleech
Copy link
Member

  • Do not change the default error reporting level
  • And fix call to deprecated Kernel::init

{
parent::__construct($env, $debug);
Copy link
Member

Choose a reason for hiding this comment

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

I think we have to move this to the bottom of the overriden construct method. Otherwise, bundle sets won't be registered when the init method is executed.

Copy link
Member

Choose a reason for hiding this comment

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

You also have to change the tests, as the mock builder is now ignoring the constructor, meaning the bundle sets won't be registered at all.

- And fix call to deprecated Kernel::init
@dantleech dantleech force-pushed the do_not_change_error_reporting branch from 64c5c2f to 90a7835 Compare January 5, 2015 16:49
@dantleech
Copy link
Member Author

Thanks @wouterj. updated.

@dantleech
Copy link
Member Author

Good to merge?

wouterj added a commit that referenced this pull request Jan 11, 2015
Do not override error reporting configuration
@wouterj wouterj merged commit d60ca5d into master Jan 11, 2015
@wouterj
Copy link
Member

wouterj commented Jan 11, 2015

Thanks!

@wouterj wouterj deleted the do_not_change_error_reporting branch April 24, 2015 22:08
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.

3 participants