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

Fatal Exception #7

Closed
wants to merge 2 commits into from
Closed

Fatal Exception #7

wants to merge 2 commits into from

Conversation

gparant
Copy link
Contributor

@gparant gparant commented Jan 24, 2018

Add Fatal Exception

Add Fatal Exception
@coveralls
Copy link

coveralls commented Jan 24, 2018

Coverage Status

Coverage decreased (-1.8%) to 51.149% when pulling ed6224e on gparant:1.1 into 60d65e0 on thecodingmachine:1.1.

public function __construct(LoggerInterface $logger = null)
{
$this->logger = $logger ?: new ErrorLogLogger();
}
Copy link
Member

Choose a reason for hiding this comment

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

Argh... Il faut adapter les tests pour rajouter un appel à parent::__construct pour initialiser le constructor.

@moufmouf
Copy link
Member

@gparant : il faut adapter les tests pour appeler le constructeur parent.

@gparant gparant closed this Jan 25, 2018
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

4 participants