Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Exceptions thrown by MiddlewareContainer implements ContainerExceptionInterface #574

Merged
merged 1 commit into from
Feb 27, 2018

Conversation

michalbundyra
Copy link
Member

Fixes #573

*/
public function testExceptionIsInstanceOfContainerExceptionInterface(string $exception) : void
{
$this->assertTrue(is_a($exception, ContainerExceptionInterface::class, true));
Copy link
Member Author

Choose a reason for hiding this comment

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

I think I'm too tired now, I don't know why $this->assertInstanceOf is not working here. Anyone can tell me please? :) Thx

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok, I know, both are strings...

@weierophinney weierophinney merged commit b1bcdf7 into zendframework:release-3.0.0 Feb 27, 2018
weierophinney added a commit that referenced this pull request Feb 27, 2018
@weierophinney
Copy link
Member

Thanks, @webimpress.

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

Successfully merging this pull request may close these issues.

2 participants